Html Css Color HEX #CE085A Ruby

📋 copy color: '#CE085A'

red 206 ◦ green 8 ◦ blue 90

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

Shades of Ruby #CE085A

Tints of Ruby #CE085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 67.76%
G = 2.63%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE085A (or 0xCE085A) is known color: Ruby. HEX triplet: CE, 08 and 5A. RGB value is (206,8,90). Sum of RGB (Red+Green+Blue) = 206+8+90=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE085A is #31F7A5. Grayscale: #4C4C4C. Windows color (decimal): -3274662 or 5900494. OLE color: 5900494.

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

Color convert

RGB 206 8 90 -
CMYK 0 0.96 0.56 0.19
HSL 335.15º 0.93% 0.42% -
HSV(B) 335.15º 0.96% 0.81% -
XYZ 27.39 14.03 10.94 -
YUV 76.55 135.6 220.33 -
System Red Green Blue C M Y K H S L
Decimal 206 8 90 0 0.96 0.56 0.19 335.15 0.93 0.42
Hex CE 8 5A 0 60 38 13 14F 5D 2A
Octal 316 10 132 0 140 70 23 517 135 52
Binary 11001110 1000 1011010 0 1100000 111000 10011 101001111 1011101 101010

Color Harmonies of #CE085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE085A

Black with #CE085A

Text Example


Text Example

White with #CE085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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