Html Css Color HEX #CF0660 Ruby

📋 copy color: '#CF0660'

red 207 ◦ green 6 ◦ blue 96

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

Shades of Ruby #CF0660

Tints of Ruby #CF0660

RGB

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

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

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

R = 66.99%
G = 1.94%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF0660 (or 0xCF0660) is known color: Ruby. HEX triplet: CF, 06 and 60. RGB value is (207,6,96). Sum of RGB (Red+Green+Blue) = 207+6+96=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0660 is #30F99F. Grayscale: #4C4C4C. Windows color (decimal): -3209632 or 6293199. OLE color: 6293199.

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

Color convert

RGB 207 6 96 -
CMYK 0 0.97 0.54 0.19
HSL 333.13º 0.94% 0.42% -
HSV(B) 333.13º 0.97% 0.81% -
XYZ 27.91 14.24 12.34 -
YUV 76.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 207 6 96 0 0.97 0.54 0.19 333.13 0.94 0.42
Hex CF 6 60 0 61 36 13 14D 5E 2A
Octal 317 6 140 0 141 66 23 515 136 52
Binary 11001111 110 1100000 0 1100001 110110 10011 101001101 1011110 101010

Color Harmonies of #CF0660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0660

Black with #CF0660

Text Example


Text Example

White with #CF0660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0660; }

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

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

background-color css

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

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

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

border-color css

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

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

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