Html Css Color HEX #CE0666 Ruby

📋 copy color: '#CE0666'

red 206 ◦ green 6 ◦ blue 102

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

Shades of Ruby #CE0666

Tints of Ruby #CE0666

RGB

 RED value IS 206 (80.86% from 255) = 65.61%

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

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

R = 65.61%
G = 1.91%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0666 (or 0xCE0666) is known color: Ruby. HEX triplet: CE, 06 and 66. RGB value is (206,6,102). Sum of RGB (Red+Green+Blue) = 206+6+102=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0666 is #31F999. Grayscale: #4C4C4C. Windows color (decimal): -3275162 or 6686414. OLE color: 6686414.

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

Color convert

RGB 206 6 102 -
CMYK 0 0.97 0.50 0.19
HSL 331.2º 0.94% 0.42% -
HSV(B) 331.2º 0.97% 0.81% -
XYZ 27.92 14.21 13.84 -
YUV 76.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 206 6 102 0 0.97 0.50 0.19 331.2 0.94 0.42
Hex CE 6 66 0 61 32 13 14B 5E 2A
Octal 316 6 146 0 141 62 23 513 136 52
Binary 11001110 110 1100110 0 1100001 110010 10011 101001011 1011110 101010

Color Harmonies of #CE0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0666

Black with #CE0666

Text Example


Text Example

White with #CE0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0666; }

 p { color: rgb(206,6,102); }

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

background-color css

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

 a { background-color: rgb(206,6,102); }

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

border-color css

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

 span { border-color: rgb(206,6,102); }

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