Html Css Color HEX #CC0759 Ruby

📋 copy color: '#CC0759'

red 204 ◦ green 7 ◦ blue 89

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

Shades of Ruby #CC0759

Tints of Ruby #CC0759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 68%
G = 2.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC0759 (or 0xCC0759) is known color: Ruby. HEX triplet: CC, 07 and 59. RGB value is (204,7,89). Sum of RGB (Red+Green+Blue) = 204+7+89=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0759 is #33F8A6. Grayscale: #4B4B4B. Windows color (decimal): -3405991 or 5834700. OLE color: 5834700.

HSL color Cylindrical-coordinate representation of color #CC0759: hue angle of 335.03º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0759 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 89 -
CMYK 0 0.97 0.56 0.2
HSL 335.03º 0.93% 0.41% -
HSV(B) 335.03º 0.97% 0.8% -
XYZ 26.78 13.71 10.69 -
YUV 75.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 204 7 89 0 0.97 0.56 0.2 335.03 0.93 0.41
Hex CC 7 59 0 61 38 14 14F 5D 29
Octal 314 7 131 0 141 70 24 517 135 51
Binary 11001100 111 1011001 0 1100001 111000 10100 101001111 1011101 101001

Color Harmonies of #CC0759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0759

Black with #CC0759

Text Example


Text Example

White with #CC0759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0759; }

 p { color: rgb(204,7,89); }

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

background-color css

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

 a { background-color: rgb(204,7,89); }

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

border-color css

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

 span { border-color: rgb(204,7,89); }

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