Html Css Color HEX #CC7064 Contessa

📋 copy color: '#CC7064'

red 204 ◦ green 112 ◦ blue 100

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

Shades of Contessa #CC7064

Tints of Contessa #CC7064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 49.04%
G = 26.92%
B = 24.04%

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

#CC7064 (or 0xCC7064) is known color: Contessa. HEX triplet: CC, 70 and 64. RGB value is (204,112,100). Sum of RGB (Red+Green+Blue) = 204+112+100=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7064 is #338F9B. Grayscale: #8A8A8A. Windows color (decimal): -3379100 or 6582476. OLE color: 6582476.

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

Color convert

RGB 204 112 100 -
CMYK 0 0.45 0.51 0.2
HSL 6.92º 0.5% 0.6% -
HSV(B) 6.92º 0.51% 0.8% -
XYZ 33 25.35 15.21 -
YUV 138.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 204 112 100 0 0.45 0.51 0.2 6.92 0.5 0.6
Hex CC 70 64 0 2D 33 14 7 32 3C
Octal 314 160 144 0 55 63 24 7 62 74
Binary 11001100 1110000 1100100 0 101101 110011 10100 111 110010 111100

Color Harmonies of #CC7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7064

Black with #CC7064

Text Example


Text Example

White with #CC7064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7064; }

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

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

background-color css

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

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

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

border-color css

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

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

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