Html Css Color HEX #CF0566 Ruby

📋 copy color: '#CF0566'

red 207 ◦ green 5 ◦ blue 102

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

Shades of Ruby #CF0566

Tints of Ruby #CF0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 65.92%
G = 1.59%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF0566 (or 0xCF0566) is known color: Ruby. HEX triplet: CF, 05 and 66. RGB value is (207,5,102). Sum of RGB (Red+Green+Blue) = 207+5+102=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0566 is #30FA99. Grayscale: #4C4C4C. Windows color (decimal): -3209882 or 6686159. OLE color: 6686159.

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

Color convert

RGB 207 5 102 -
CMYK 0 0.98 0.51 0.19
HSL 331.19º 0.95% 0.42% -
HSV(B) 331.19º 0.98% 0.81% -
XYZ 28.18 14.33 13.85 -
YUV 76.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 207 5 102 0 0.98 0.51 0.19 331.19 0.95 0.42
Hex CF 5 66 0 62 33 13 14B 5F 2A
Octal 317 5 146 0 142 63 23 513 137 52
Binary 11001111 101 1100110 0 1100010 110011 10011 101001011 1011111 101010

Color Harmonies of #CF0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0566

Black with #CF0566

Text Example


Text Example

White with #CF0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0566; }

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

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

background-color css

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

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

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

border-color css

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

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

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