Html Css Color HEX #CE085F Ruby

📋 copy color: '#CE085F'

red 206 ◦ green 8 ◦ blue 95

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

Shades of Ruby #CE085F

Tints of Ruby #CE085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 66.67%
G = 2.59%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE085F (or 0xCE085F) is known color: Ruby. HEX triplet: CE, 08 and 5F. RGB value is (206,8,95). Sum of RGB (Red+Green+Blue) = 206+8+95=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE085F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE085F is #31F7A0. Grayscale: #4C4C4C. Windows color (decimal): -3274657 or 6228174. OLE color: 6228174.

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

Color convert

RGB 206 8 95 -
CMYK 0 0.96 0.54 0.19
HSL 333.64º 0.93% 0.42% -
HSV(B) 333.64º 0.96% 0.81% -
XYZ 27.61 14.12 12.1 -
YUV 77.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 206 8 95 0 0.96 0.54 0.19 333.64 0.93 0.42
Hex CE 8 5F 0 60 36 13 14E 5D 2A
Octal 316 10 137 0 140 66 23 516 135 52
Binary 11001110 1000 1011111 0 1100000 110110 10011 101001110 1011101 101010

Color Harmonies of #CE085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE085F

Black with #CE085F

Text Example


Text Example

White with #CE085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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