Html Css Color HEX #CE0A6C Ruby

📋 copy color: '#CE0A6C'

red 206 ◦ green 10 ◦ blue 108

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

Shades of Ruby #CE0A6C

Tints of Ruby #CE0A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

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

R = 63.58%
G = 3.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE0A6C (or 0xCE0A6C) is known color: Ruby. HEX triplet: CE, 0A and 6C. RGB value is (206,10,108). Sum of RGB (Red+Green+Blue) = 206+10+108=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0A6C is #31F593. Grayscale: #4F4F4F. Windows color (decimal): -3274132 or 7080654. OLE color: 7080654.

HSL color Cylindrical-coordinate representation of color #CE0A6C: hue angle of 330º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A6C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 10 108 -
CMYK 0 0.95 0.48 0.19
HSL 330º 0.91% 0.42% -
HSV(B) 330º 0.95% 0.81% -
XYZ 28.27 14.42 15.48 -
YUV 79.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 206 10 108 0 0.95 0.48 0.19 330 0.91 0.42
Hex CE A 6C 0 5F 30 13 14A 5B 2A
Octal 316 12 154 0 137 60 23 512 133 52
Binary 11001110 1010 1101100 0 1011111 110000 10011 101001010 1011011 101010

Color Harmonies of #CE0A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0A6C

Black with #CE0A6C

Text Example


Text Example

White with #CE0A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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