Html Css Color HEX #CC0958 Ruby

📋 copy color: '#CC0958'

red 204 ◦ green 9 ◦ blue 88

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

Shades of Ruby #CC0958

Tints of Ruby #CC0958

RGB

 RED value IS 204 (80.08% from 255) = 67.77%

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

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

R = 67.77%
G = 2.99%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC0958 (or 0xCC0958) is known color: Ruby. HEX triplet: CC, 09 and 58. RGB value is (204,9,88). Sum of RGB (Red+Green+Blue) = 204+9+88=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0958 is #33F6A7. Grayscale: #4C4C4C. Windows color (decimal): -3405480 or 5769676. OLE color: 5769676.

HSL color Cylindrical-coordinate representation of color #CC0958: hue angle of 335.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0958 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 88 -
CMYK 0 0.96 0.57 0.2
HSL 335.69º 0.92% 0.42% -
HSV(B) 335.69º 0.96% 0.8% -
XYZ 26.76 13.74 10.47 -
YUV 76.31 134.6 219.08 -
System Red Green Blue C M Y K H S L
Decimal 204 9 88 0 0.96 0.57 0.2 335.69 0.92 0.42
Hex CC 9 58 0 60 39 14 150 5C 2A
Octal 314 11 130 0 140 71 24 520 134 52
Binary 11001100 1001 1011000 0 1100000 111001 10100 101010000 1011100 101010

Color Harmonies of #CC0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0958

Black with #CC0958

Text Example


Text Example

White with #CC0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0958; }

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

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

background-color css

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

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

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

border-color css

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

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

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