Html Css Color HEX #CE0C5A Ruby

📋 copy color: '#CE0C5A'

red 206 ◦ green 12 ◦ blue 90

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

Shades of Ruby #CE0C5A

Tints of Ruby #CE0C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 66.88%
G = 3.9%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE0C5A (or 0xCE0C5A) is known color: Ruby. HEX triplet: CE, 0C and 5A. RGB value is (206,12,90). Sum of RGB (Red+Green+Blue) = 206+12+90=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C5A is #31F3A5. Grayscale: #4E4E4E. Windows color (decimal): -3273638 or 5901518. OLE color: 5901518.

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

Color convert

RGB 206 12 90 -
CMYK 0 0.94 0.56 0.19
HSL 335.88º 0.89% 0.43% -
HSV(B) 335.88º 0.94% 0.81% -
XYZ 27.43 14.12 10.95 -
YUV 78.9 134.27 218.66 -
System Red Green Blue C M Y K H S L
Decimal 206 12 90 0 0.94 0.56 0.19 335.88 0.89 0.43
Hex CE C 5A 0 5E 38 13 150 59 2B
Octal 316 14 132 0 136 70 23 520 131 53
Binary 11001110 1100 1011010 0 1011110 111000 10011 101010000 1011001 101011

Color Harmonies of #CE0C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C5A

Black with #CE0C5A

Text Example


Text Example

White with #CE0C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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