Html Css Color HEX #CF0D60 Ruby

📋 copy color: '#CF0D60'

red 207 ◦ green 13 ◦ blue 96

#CF0D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CF0D60

Tints of Ruby #CF0D60

RGB

 RED value IS 207 (81.25% from 255) = 65.51%

 GREEN value IS 13 (5.47% from 255) = 4.11%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 65.51%
G = 4.11%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF0D60 (or 0xCF0D60) is known color: Ruby. HEX triplet: CF, 0D and 60. RGB value is (207,13,96). Sum of RGB (Red+Green+Blue) = 207+13+96=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D60 is #30F29F. Grayscale: #505050. Windows color (decimal): -3207840 or 6294991. OLE color: 6294991.

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

Color convert

RGB 207 13 96 -
CMYK 0 0.94 0.54 0.19
HSL 334.33º 0.88% 0.43% -
HSV(B) 334.33º 0.94% 0.81% -
XYZ 27.99 14.4 12.37 -
YUV 80.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 207 13 96 0 0.94 0.54 0.19 334.33 0.88 0.43
Hex CF D 60 0 5E 36 13 14E 58 2B
Octal 317 15 140 0 136 66 23 516 130 53
Binary 11001111 1101 1100000 0 1011110 110110 10011 101001110 1011000 101011

Color Harmonies of #CF0D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D60

Black with #CF0D60

Text Example


Text Example

White with #CF0D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D60; }

 p { color: rgb(207,13,96); }

 H1.HeaderClassName
 {
   color: #CF0D60;
 }
 .AnyTagClassName
 {
   color: #CF0D60;
 }
</style>

background-color css

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

 a { background-color: rgb(207,13,96); }

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

border-color css

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

 span { border-color: rgb(207,13,96); }

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