Html Css Color HEX #CE0958 Ruby

📋 copy color: '#CE0958'

red 206 ◦ green 9 ◦ blue 88

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

Shades of Ruby #CE0958

Tints of Ruby #CE0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.04%

R = 67.99%
G = 2.97%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CE0958 (or 0xCE0958) is known color: Ruby. HEX triplet: CE, 09 and 58. RGB value is (206,9,88). Sum of RGB (Red+Green+Blue) = 206+9+88=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0958 is #31F6A7. Grayscale: #4C4C4C. Windows color (decimal): -3274408 or 5769678. OLE color: 5769678.

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

Color convert

RGB 206 9 88 -
CMYK 0 0.96 0.57 0.19
HSL 335.94º 0.92% 0.42% -
HSV(B) 335.94º 0.96% 0.81% -
XYZ 27.31 14.02 10.5 -
YUV 76.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 206 9 88 0 0.96 0.57 0.19 335.94 0.92 0.42
Hex CE 9 58 0 60 39 13 150 5C 2A
Octal 316 11 130 0 140 71 23 520 134 52
Binary 11001110 1001 1011000 0 1100000 111001 10011 101010000 1011100 101010

Color Harmonies of #CE0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0958

Black with #CE0958

Text Example


Text Example

White with #CE0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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