Html Css Color HEX #CC7264 Contessa

📋 copy color: '#CC7264'

red 204 ◦ green 114 ◦ blue 100

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

Shades of Contessa #CC7264

Tints of Contessa #CC7264

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 48.8%
G = 27.27%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC7264 (or 0xCC7264) is known color: Contessa. HEX triplet: CC, 72 and 64. RGB value is (204,114,100). Sum of RGB (Red+Green+Blue) = 204+114+100=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7264 is #338D9B. Grayscale: #8B8B8B. Windows color (decimal): -3378588 or 6582988. OLE color: 6582988.

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

Color convert

RGB 204 114 100 -
CMYK 0 0.44 0.51 0.2
HSL 8.08º 0.5% 0.6% -
HSV(B) 8.08º 0.51% 0.8% -
XYZ 33.22 25.79 15.28 -
YUV 139.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 204 114 100 0 0.44 0.51 0.2 8.08 0.5 0.6
Hex CC 72 64 0 2C 33 14 8 32 3C
Octal 314 162 144 0 54 63 24 10 62 74
Binary 11001100 1110010 1100100 0 101100 110011 10100 1000 110010 111100

Color Harmonies of #CC7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7264

Black with #CC7264

Text Example


Text Example

White with #CC7264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7264; }

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

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

background-color css

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

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

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

border-color css

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

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

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