Html Css Color HEX #CC1060 Ruby

📋 copy color: '#CC1060'

red 204 ◦ green 16 ◦ blue 96

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

Shades of Ruby #CC1060

Tints of Ruby #CC1060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 64.56%
G = 5.06%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC1060 (or 0xCC1060) is known color: Ruby. HEX triplet: CC, 10 and 60. RGB value is (204,16,96). Sum of RGB (Red+Green+Blue) = 204+16+96=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1060 is #33EF9F. Grayscale: #515151. Windows color (decimal): -3403680 or 6295756. OLE color: 6295756.

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

Color convert

RGB 204 16 96 -
CMYK 0 0.92 0.53 0.2
HSL 334.47º 0.85% 0.43% -
HSV(B) 334.47º 0.92% 0.8% -
XYZ 27.2 14.05 12.35 -
YUV 81.33 136.28 215.5 -
System Red Green Blue C M Y K H S L
Decimal 204 16 96 0 0.92 0.53 0.2 334.47 0.85 0.43
Hex CC 10 60 0 5C 35 14 14E 55 2B
Octal 314 20 140 0 134 65 24 516 125 53
Binary 11001100 10000 1100000 0 1011100 110101 10100 101001110 1010101 101011

Color Harmonies of #CC1060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1060

Black with #CC1060

Text Example


Text Example

White with #CC1060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1060; }

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

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

background-color css

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

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

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

border-color css

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

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

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