Html Css Color HEX #CE0C6C Ruby

📋 copy color: '#CE0C6C'

red 206 ◦ green 12 ◦ blue 108

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

Shades of Ruby #CE0C6C

Tints of Ruby #CE0C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.68%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 63.19%
G = 3.68%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE0C6C (or 0xCE0C6C) is known color: Ruby. HEX triplet: CE, 0C and 6C. RGB value is (206,12,108). Sum of RGB (Red+Green+Blue) = 206+12+108=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C6C is #31F393. Grayscale: #505050. Windows color (decimal): -3273620 or 7081166. OLE color: 7081166.

HSL color Cylindrical-coordinate representation of color #CE0C6C: hue angle of 330.31º degrees, saturation: 0.89, 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 #CE0C6C is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 12 108 -
CMYK 0 0.94 0.48 0.19
HSL 330.31º 0.89% 0.43% -
HSV(B) 330.31º 0.94% 0.81% -
XYZ 28.29 14.47 15.49 -
YUV 80.95 143.27 217.19 -
System Red Green Blue C M Y K H S L
Decimal 206 12 108 0 0.94 0.48 0.19 330.31 0.89 0.43
Hex CE C 6C 0 5E 30 13 14A 59 2B
Octal 316 14 154 0 136 60 23 512 131 53
Binary 11001110 1100 1101100 0 1011110 110000 10011 101001010 1011001 101011

Color Harmonies of #CE0C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C6C

Black with #CE0C6C

Text Example


Text Example

White with #CE0C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C6C; }

 p { color: rgb(206,12,108); }

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

background-color css

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

 a { background-color: rgb(206,12,108); }

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

border-color css

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

 span { border-color: rgb(206,12,108); }

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