Html Css Color HEX #CF0666 Ruby

📋 copy color: '#CF0666'

red 207 ◦ green 6 ◦ blue 102

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

Shades of Ruby #CF0666

Tints of Ruby #CF0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 65.71%
G = 1.9%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0666 (or 0xCF0666) is known color: Ruby. HEX triplet: CF, 06 and 66. RGB value is (207,6,102). Sum of RGB (Red+Green+Blue) = 207+6+102=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0666 is #30F999. Grayscale: #4C4C4C. Windows color (decimal): -3209626 or 6686415. OLE color: 6686415.

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

Color convert

RGB 207 6 102 -
CMYK 0 0.97 0.51 0.19
HSL 331.34º 0.94% 0.42% -
HSV(B) 331.34º 0.97% 0.81% -
XYZ 28.2 14.35 13.86 -
YUV 77.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 207 6 102 0 0.97 0.51 0.19 331.34 0.94 0.42
Hex CF 6 66 0 61 33 13 14B 5E 2A
Octal 317 6 146 0 141 63 23 513 136 52
Binary 11001111 110 1100110 0 1100001 110011 10011 101001011 1011110 101010

Color Harmonies of #CF0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0666

Black with #CF0666

Text Example


Text Example

White with #CF0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0666; }

 p { color: rgb(207,6,102); }

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

background-color css

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

 a { background-color: rgb(207,6,102); }

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

border-color css

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

 span { border-color: rgb(207,6,102); }

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