Html Css Color HEX #CE095A Ruby

📋 copy color: '#CE095A'

red 206 ◦ green 9 ◦ blue 90

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

Shades of Ruby #CE095A

Tints of Ruby #CE095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.51%

R = 67.54%
G = 2.95%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE095A (or 0xCE095A) is known color: Ruby. HEX triplet: CE, 09 and 5A. RGB value is (206,9,90). Sum of RGB (Red+Green+Blue) = 206+9+90=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE095A is #31F6A5. Grayscale: #4D4D4D. Windows color (decimal): -3274406 or 5900750. OLE color: 5900750.

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

Color convert

RGB 206 9 90 -
CMYK 0 0.96 0.56 0.19
HSL 335.33º 0.92% 0.42% -
HSV(B) 335.33º 0.96% 0.81% -
XYZ 27.4 14.06 10.94 -
YUV 77.14 135.27 219.91 -
System Red Green Blue C M Y K H S L
Decimal 206 9 90 0 0.96 0.56 0.19 335.33 0.92 0.42
Hex CE 9 5A 0 60 38 13 14F 5C 2A
Octal 316 11 132 0 140 70 23 517 134 52
Binary 11001110 1001 1011010 0 1100000 111000 10011 101001111 1011100 101010

Color Harmonies of #CE095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE095A

Black with #CE095A

Text Example


Text Example

White with #CE095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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