#CC736B

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

Shades of Contessa #CC736B

Tints of Contessa #CC736B

Color information

#CC736B (or 0xCC736B) is unknown color: approx Contessa. HEX triplet: CC, 73 and 6B. RGB value is (204,115,107). Sum of RGB (Red+Green+Blue) = 204+115+107=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC736B is #338C94. Grayscale: #8C8C8C. Windows color (decimal): -3378325 or 7041996. OLE color: 7041996.

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

Color convert

RGB204115107-
CMYK00.440.480.2
HSL4.95º48.74%60.98%-
HSV(B)4.95º47.55%80%-
XYZ33.6926.1617.18-
YUV140.7108.99173.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.89%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=47.89%
G=27.00%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411510700.440.480.24.9548.7460.98
HexCC736B02C30145313d
Octal314163153054602456175
Binary1100110011100111101011010110011000010100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC736B; }

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

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

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

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

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

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

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

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