Html Css Color HEX #CE085D Ruby

📋 copy color: '#CE085D'

red 206 ◦ green 8 ◦ blue 93

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

Shades of Ruby #CE085D

Tints of Ruby #CE085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 67.1%
G = 2.61%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE085D (or 0xCE085D) is known color: Ruby. HEX triplet: CE, 08 and 5D. RGB value is (206,8,93). Sum of RGB (Red+Green+Blue) = 206+8+93=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE085D is #31F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3274659 or 6097102. OLE color: 6097102.

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

Color convert

RGB 206 8 93 -
CMYK 0 0.96 0.55 0.19
HSL 334.24º 0.93% 0.42% -
HSV(B) 334.24º 0.96% 0.81% -
XYZ 27.52 14.09 11.62 -
YUV 76.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 206 8 93 0 0.96 0.55 0.19 334.24 0.93 0.42
Hex CE 8 5D 0 60 37 13 14E 5D 2A
Octal 316 10 135 0 140 67 23 516 135 52
Binary 11001110 1000 1011101 0 1100000 110111 10011 101001110 1011101 101010

Color Harmonies of #CE085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE085D

Black with #CE085D

Text Example


Text Example

White with #CE085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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