Html Css Color HEX #CE1066 Ruby

📋 copy color: '#CE1066'

red 206 ◦ green 16 ◦ blue 102

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

Shades of Ruby #CE1066

Tints of Ruby #CE1066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

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

R = 63.58%
G = 4.94%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE1066 (or 0xCE1066) is known color: Ruby. HEX triplet: CE, 10 and 66. RGB value is (206,16,102). Sum of RGB (Red+Green+Blue) = 206+16+102=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1066 is #31EF99. Grayscale: #525252. Windows color (decimal): -3272602 or 6688974. OLE color: 6688974.

HSL color Cylindrical-coordinate representation of color #CE1066: hue angle of 332.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1066 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 102 -
CMYK 0 0.92 0.50 0.19
HSL 332.84º 0.86% 0.44% -
HSV(B) 332.84º 0.92% 0.81% -
XYZ 28.04 14.45 13.88 -
YUV 82.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 206 16 102 0 0.92 0.50 0.19 332.84 0.86 0.44
Hex CE 10 66 0 5C 32 13 14D 56 2C
Octal 316 20 146 0 134 62 23 515 126 54
Binary 11001110 10000 1100110 0 1011100 110010 10011 101001101 1010110 101100

Color Harmonies of #CE1066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1066

Black with #CE1066

Text Example


Text Example

White with #CE1066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1066; }

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

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

background-color css

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

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

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

border-color css

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

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

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