#CC7367

Color #CC7367 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #CC7367

Tints of Contessa #CC7367

Color information

#CC7367 (or 0xCC7367) is unknown color: approx Contessa. HEX triplet: CC, 73 and 67. RGB value is (204,115,103). Sum of RGB (Red+Green+Blue) = 204+115+103=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7367 is #338C98. Grayscale: #8C8C8C. Windows color (decimal): -3378329 or 6779852. OLE color: 6779852.

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

Color convert

RGB204115103-
CMYK00.440.500.2
HSL7.13º49.75%60.2%-
HSV(B)7.13º49.51%80%-
XYZ33.4826.0816.1-
YUV140.24106.99173.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.34%
GREEN value IS 115 (45.31% from 255) = 27.25%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=48.34%
G=27.25%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411510300.440.500.27.1349.7560.2
HexCC736702C32147323c
Octal314163147054622476274
Binary1100110011100111100111010110011001010100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7367; }

 p { color: rgb(204,115,103); }

 H1.HeaderClassName
 {
   color: #CC7367;
 }
 .AnyTagClassName
 {
   color: #CC7367;
 }
</style>
background-color css

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

 a { background-color: rgb(204,115,103); }

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

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

 span { border-color: rgb(204,115,103); }

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