Html Css Color HEX #CE0D66 Ruby

📋 copy color: '#CE0D66'

red 206 ◦ green 13 ◦ blue 102

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

Shades of Ruby #CE0D66

Tints of Ruby #CE0D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

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

R = 64.17%
G = 4.05%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE0D66 (or 0xCE0D66) is known color: Ruby. HEX triplet: CE, 0D and 66. RGB value is (206,13,102). Sum of RGB (Red+Green+Blue) = 206+13+102=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D66 is #31F299. Grayscale: #505050. Windows color (decimal): -3273370 or 6688206. OLE color: 6688206.

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

Color convert

RGB 206 13 102 -
CMYK 0 0.94 0.50 0.19
HSL 332.33º 0.88% 0.43% -
HSV(B) 332.33º 0.94% 0.81% -
XYZ 28 14.37 13.87 -
YUV 80.85 139.94 217.26 -
System Red Green Blue C M Y K H S L
Decimal 206 13 102 0 0.94 0.50 0.19 332.33 0.88 0.43
Hex CE D 66 0 5E 32 13 14C 58 2B
Octal 316 15 146 0 136 62 23 514 130 53
Binary 11001110 1101 1100110 0 1011110 110010 10011 101001100 1011000 101011

Color Harmonies of #CE0D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D66

Black with #CE0D66

Text Example


Text Example

White with #CE0D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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