Html Css Color HEX #CE096E Ruby

📋 copy color: '#CE096E'

red 206 ◦ green 9 ◦ blue 110

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

Shades of Ruby #CE096E

Tints of Ruby #CE096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 63.38%
G = 2.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE096E (or 0xCE096E) is known color: Ruby. HEX triplet: CE, 09 and 6E. RGB value is (206,9,110). Sum of RGB (Red+Green+Blue) = 206+9+110=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE096E is #31F691. Grayscale: #4F4F4F. Windows color (decimal): -3274386 or 7211470. OLE color: 7211470.

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

Color convert

RGB 206 9 110 -
CMYK 0 0.96 0.47 0.19
HSL 329.24º 0.92% 0.42% -
HSV(B) 329.24º 0.96% 0.81% -
XYZ 28.37 14.44 16.04 -
YUV 79.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 206 9 110 0 0.96 0.47 0.19 329.24 0.92 0.42
Hex CE 9 6E 0 60 2F 13 149 5C 2A
Octal 316 11 156 0 140 57 23 511 134 52
Binary 11001110 1001 1101110 0 1100000 101111 10011 101001001 1011100 101010

Color Harmonies of #CE096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE096E

Black with #CE096E

Text Example


Text Example

White with #CE096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE096E; }

 p { color: rgb(206,9,110); }

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

background-color css

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

 a { background-color: rgb(206,9,110); }

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

border-color css

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

 span { border-color: rgb(206,9,110); }

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