Html Css Color HEX #CE086C Ruby

📋 copy color: '#CE086C'

red 206 ◦ green 8 ◦ blue 108

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

Shades of Ruby #CE086C

Tints of Ruby #CE086C

RGB

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

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

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

R = 63.98%
G = 2.48%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE086C (or 0xCE086C) is known color: Ruby. HEX triplet: CE, 08 and 6C. RGB value is (206,8,108). Sum of RGB (Red+Green+Blue) = 206+8+108=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE086C is #31F793. Grayscale: #4E4E4E. Windows color (decimal): -3274644 or 7080142. OLE color: 7080142.

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

Color convert

RGB 206 8 108 -
CMYK 0 0.96 0.48 0.19
HSL 329.7º 0.93% 0.42% -
HSV(B) 329.7º 0.96% 0.81% -
XYZ 28.25 14.38 15.47 -
YUV 78.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 206 8 108 0 0.96 0.48 0.19 329.7 0.93 0.42
Hex CE 8 6C 0 60 30 13 14A 5D 2A
Octal 316 10 154 0 140 60 23 512 135 52
Binary 11001110 1000 1101100 0 1100000 110000 10011 101001010 1011101 101010

Color Harmonies of #CE086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE086C

Black with #CE086C

Text Example


Text Example

White with #CE086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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