Html Css Color HEX #CC6A60 Contessa

📋 copy color: '#CC6A60'

red 204 ◦ green 106 ◦ blue 96

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

Shades of Contessa #CC6A60

Tints of Contessa #CC6A60

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

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

R = 50.25%
G = 26.11%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC6A60 (or 0xCC6A60) is known color: Contessa. HEX triplet: CC, 6A and 60. RGB value is (204,106,96). Sum of RGB (Red+Green+Blue) = 204+106+96=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A60 is #33959F. Grayscale: #868686. Windows color (decimal): -3380640 or 6318796. OLE color: 6318796.

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

Color convert

RGB 204 106 96 -
CMYK 0 0.48 0.53 0.2
HSL 5.56º 0.51% 0.59% -
HSV(B) 5.56º 0.53% 0.8% -
XYZ 32.17 23.99 14 -
YUV 134.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 204 106 96 0 0.48 0.53 0.2 5.56 0.51 0.59
Hex CC 6A 60 0 30 35 14 6 33 3B
Octal 314 152 140 0 60 65 24 6 63 73
Binary 11001100 1101010 1100000 0 110000 110101 10100 110 110011 111011

Color Harmonies of #CC6A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A60

Black with #CC6A60

Text Example


Text Example

White with #CC6A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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