Html Css Color HEX #CF066E Ruby

📋 copy color: '#CF066E'

red 207 ◦ green 6 ◦ blue 110

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

Shades of Ruby #CF066E

Tints of Ruby #CF066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 64.09%
G = 1.86%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF066E (or 0xCF066E) is known color: Ruby. HEX triplet: CF, 06 and 6E. RGB value is (207,6,110). Sum of RGB (Red+Green+Blue) = 207+6+110=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF066E is #30F991. Grayscale: #4D4D4D. Windows color (decimal): -3209618 or 7210703. OLE color: 7210703.

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

Color convert

RGB 207 6 110 -
CMYK 0 0.97 0.47 0.19
HSL 328.96º 0.94% 0.42% -
HSV(B) 328.96º 0.97% 0.81% -
XYZ 28.61 14.52 16.05 -
YUV 77.96 146.09 220.04 -
System Red Green Blue C M Y K H S L
Decimal 207 6 110 0 0.97 0.47 0.19 328.96 0.94 0.42
Hex CF 6 6E 0 61 2F 13 149 5E 2A
Octal 317 6 156 0 141 57 23 511 136 52
Binary 11001111 110 1101110 0 1100001 101111 10011 101001001 1011110 101010

Color Harmonies of #CF066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF066E

Black with #CF066E

Text Example


Text Example

White with #CF066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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