Html Css Color HEX #CE096A Ruby

📋 copy color: '#CE096A'

red 206 ◦ green 9 ◦ blue 106

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

Shades of Ruby #CE096A

Tints of Ruby #CE096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 64.17%
G = 2.8%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE096A (or 0xCE096A) is known color: Ruby. HEX triplet: CE, 09 and 6A. RGB value is (206,9,106). Sum of RGB (Red+Green+Blue) = 206+9+106=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE096A is #31F695. Grayscale: #4E4E4E. Windows color (decimal): -3274390 or 6949326. OLE color: 6949326.

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

Color convert

RGB 206 9 106 -
CMYK 0 0.96 0.49 0.19
HSL 330.46º 0.92% 0.42% -
HSV(B) 330.46º 0.96% 0.81% -
XYZ 28.15 14.36 14.92 -
YUV 78.96 143.27 218.61 -
System Red Green Blue C M Y K H S L
Decimal 206 9 106 0 0.96 0.49 0.19 330.46 0.92 0.42
Hex CE 9 6A 0 60 31 13 14A 5C 2A
Octal 316 11 152 0 140 61 23 512 134 52
Binary 11001110 1001 1101010 0 1100000 110001 10011 101001010 1011100 101010

Color Harmonies of #CE096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE096A

Black with #CE096A

Text Example


Text Example

White with #CE096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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