Html Css Color HEX #CC7063 Contessa

📋 copy color: '#CC7063'

red 204 ◦ green 112 ◦ blue 99

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

Shades of Contessa #CC7063

Tints of Contessa #CC7063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

 BLUE value IS 99 (39.06% from 255) = 23.86%

R = 49.16%
G = 26.99%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7063 (or 0xCC7063) is known color: Contessa. HEX triplet: CC, 70 and 63. RGB value is (204,112,99). Sum of RGB (Red+Green+Blue) = 204+112+99=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7063 is #338F9C. Grayscale: #8A8A8A. Windows color (decimal): -3379101 or 6516940. OLE color: 6516940.

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

Color convert

RGB 204 112 99 -
CMYK 0 0.45 0.51 0.2
HSL 7.43º 0.51% 0.59% -
HSV(B) 7.43º 0.51% 0.8% -
XYZ 32.95 25.33 14.96 -
YUV 138.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 204 112 99 0 0.45 0.51 0.2 7.43 0.51 0.59
Hex CC 70 63 0 2D 33 14 7 33 3B
Octal 314 160 143 0 55 63 24 7 63 73
Binary 11001100 1110000 1100011 0 101101 110011 10100 111 110011 111011

Color Harmonies of #CC7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7063

Black with #CC7063

Text Example


Text Example

White with #CC7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7063; }

 p { color: rgb(204,112,99); }

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

background-color css

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

 a { background-color: rgb(204,112,99); }

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

border-color css

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

 span { border-color: rgb(204,112,99); }

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