#CF0A5A

Color #CF0A5A Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #CF0A5A

Tints of Ruby #CF0A5A

Color information

#CF0A5A (or 0xCF0A5A) is unknown color: approx Ruby. HEX triplet: CF, 0A and 5A. RGB value is (207,10,90). Sum of RGB (Red+Green+Blue) = 207+10+90=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A5A is #30F5A5. Grayscale: #4D4D4D. Windows color (decimal): -3208614 or 5901007. OLE color: 5901007.

HSL color Cylindrical-coordinate representation of color #CF0A5A: hue angle of 335.63º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A5A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2071090-
CMYK00.950.570.19
HSL335.63º90.78%42.55%-
HSV(B)335.63º95.17%81.18%-
XYZ27.6914.2210.96-
YUV78.02134.77220-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 10 (4.30% from 255) = 3.26%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=67.43%
G=3.26%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207109000.950.570.19335.6390.7842.55
HexCFA5A05F39131505b2b
Octal317121320137712352013353
Binary110011111010101101001011111111001100111010100001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A5A; }

 p { color: rgb(207,10,90); }

 H1.HeaderClassName
 {
   color: #CF0A5A;
 }
 .AnyTagClassName
 {
   color: #CF0A5A;
 }
</style>
background-color css

<style>
 a { background-color: #CF0A5A; }

 a { background-color: rgb(207,10,90); }

 div.DivClassName
 {
   background-color: #CF0A5A;
 }
 .BgClassName
 {
   background-color: #CF0A5A;
 }
</style>
border-color css

<style>
 span { border-color: #CF0A5A; }

 span { border-color: rgb(207,10,90); }

 td.TdClassName
 {
   border-color: #CF0A5A;
 }
 .TagClassName
 {
   border-color: #CF0A5A;
 }
</style>