Html Css Color HEX #CC7164 Contessa

📋 copy color: '#CC7164'

red 204 ◦ green 113 ◦ blue 100

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

Shades of Contessa #CC7164

Tints of Contessa #CC7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

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

R = 48.92%
G = 27.1%
B = 23.98%

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

#CC7164 (or 0xCC7164) is known color: Contessa. HEX triplet: CC, 71 and 64. RGB value is (204,113,100). Sum of RGB (Red+Green+Blue) = 204+113+100=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7164 is #338E9B. Grayscale: #8A8A8A. Windows color (decimal): -3378844 or 6582732. OLE color: 6582732.

HSL color Cylindrical-coordinate representation of color #CC7164: hue angle of 7.5º 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 #CC7164 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 100 -
CMYK 0 0.45 0.51 0.2
HSL 7.5º 0.5% 0.6% -
HSV(B) 7.5º 0.51% 0.8% -
XYZ 33.11 25.57 15.25 -
YUV 138.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 204 113 100 0 0.45 0.51 0.2 7.5 0.5 0.6
Hex CC 71 64 0 2D 33 14 8 32 3C
Octal 314 161 144 0 55 63 24 10 62 74
Binary 11001100 1110001 1100100 0 101101 110011 10100 1000 110010 111100

Color Harmonies of #CC7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7164

Black with #CC7164

Text Example


Text Example

White with #CC7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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