#CC7368

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

Shades of Contessa #CC7368

Tints of Contessa #CC7368

Color information

#CC7368 (or 0xCC7368) is unknown color: approx Contessa. HEX triplet: CC, 73 and 68. RGB value is (204,115,104). Sum of RGB (Red+Green+Blue) = 204+115+104=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7368 is #338C97. Grayscale: #8C8C8C. Windows color (decimal): -3378328 or 6845388. OLE color: 6845388.

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

Color convert

RGB204115104-
CMYK00.440.490.2
HSL6.6º49.5%60.39%-
HSV(B)6.6º49.02%80%-
XYZ33.5326.116.37-
YUV140.36107.49173.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.23%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=48.23%
G=27.19%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411510400.440.490.26.649.560.39
HexCC736802C31147323c
Octal314163150054612476274
Binary1100110011100111101000010110011000110100111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7368; }

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

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

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

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

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

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

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

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