Html Css Color HEX #CF0766 Ruby

📋 copy color: '#CF0766'

red 207 ◦ green 7 ◦ blue 102

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

Shades of Ruby #CF0766

Tints of Ruby #CF0766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.22%

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

R = 65.51%
G = 2.22%
B = 32.28%

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

#CF0766 (or 0xCF0766) is known color: Ruby. HEX triplet: CF, 07 and 66. RGB value is (207,7,102). Sum of RGB (Red+Green+Blue) = 207+7+102=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0766 is #30F899. Grayscale: #4D4D4D. Windows color (decimal): -3209370 or 6686671. OLE color: 6686671.

HSL color Cylindrical-coordinate representation of color #CF0766: hue angle of 331.5º degrees, saturation: 0.93, 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 #CF0766 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 7 102 -
CMYK 0 0.97 0.51 0.19
HSL 331.5º 0.93% 0.42% -
HSV(B) 331.5º 0.97% 0.81% -
XYZ 28.21 14.38 13.86 -
YUV 77.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 207 7 102 0 0.97 0.51 0.19 331.5 0.93 0.42
Hex CF 7 66 0 61 33 13 14C 5D 2A
Octal 317 7 146 0 141 63 23 514 135 52
Binary 11001111 111 1100110 0 1100001 110011 10011 101001100 1011101 101010

Color Harmonies of #CF0766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0766

Black with #CF0766

Text Example


Text Example

White with #CF0766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0766; }

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

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

background-color css

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

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

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

border-color css

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

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

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