Html Css Color HEX #CC1960 Ruby

📋 copy color: '#CC1960'

red 204 ◦ green 25 ◦ blue 96

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

Shades of Ruby #CC1960

Tints of Ruby #CC1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 62.77%
G = 7.69%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC1960 (or 0xCC1960) is known color: Ruby. HEX triplet: CC, 19 and 60. RGB value is (204,25,96). Sum of RGB (Red+Green+Blue) = 204+25+96=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1960 is #33E69F. Grayscale: #565656. Windows color (decimal): -3401376 or 6298060. OLE color: 6298060.

HSL color Cylindrical-coordinate representation of color #CC1960: hue angle of 336.2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1960 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 25 96 -
CMYK 0 0.88 0.53 0.2
HSL 336.2º 0.78% 0.45% -
HSV(B) 336.2º 0.88% 0.8% -
XYZ 27.36 14.38 12.4 -
YUV 86.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 204 25 96 0 0.88 0.53 0.2 336.2 0.78 0.45
Hex CC 19 60 0 58 35 14 150 4E 2D
Octal 314 31 140 0 130 65 24 520 116 55
Binary 11001100 11001 1100000 0 1011000 110101 10100 101010000 1001110 101101

Color Harmonies of #CC1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1960

Black with #CC1960

Text Example


Text Example

White with #CC1960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1960; }

 p { color: rgb(204,25,96); }

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

background-color css

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

 a { background-color: rgb(204,25,96); }

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

border-color css

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

 span { border-color: rgb(204,25,96); }

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