Html Css Color HEX #CF0662 Ruby

📋 copy color: '#CF0662'

red 207 ◦ green 6 ◦ blue 98

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

Shades of Ruby #CF0662

Tints of Ruby #CF0662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 66.56%
G = 1.93%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF0662 (or 0xCF0662) is known color: Ruby. HEX triplet: CF, 06 and 62. RGB value is (207,6,98). Sum of RGB (Red+Green+Blue) = 207+6+98=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0662 is #30F99D. Grayscale: #4C4C4C. Windows color (decimal): -3209630 or 6424271. OLE color: 6424271.

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

Color convert

RGB 207 6 98 -
CMYK 0 0.97 0.53 0.19
HSL 332.54º 0.94% 0.42% -
HSV(B) 332.54º 0.97% 0.81% -
XYZ 28 14.28 12.84 -
YUV 76.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 207 6 98 0 0.97 0.53 0.19 332.54 0.94 0.42
Hex CF 6 62 0 61 35 13 14D 5E 2A
Octal 317 6 142 0 141 65 23 515 136 52
Binary 11001111 110 1100010 0 1100001 110101 10011 101001101 1011110 101010

Color Harmonies of #CF0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0662

Black with #CF0662

Text Example


Text Example

White with #CF0662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0662; }

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

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

background-color css

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

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

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

border-color css

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

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

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