#CC6C6B

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

Shades of Contessa #CC6C6B

Tints of Contessa #CC6C6B

Color information

#CC6C6B (or 0xCC6C6B) is unknown color: approx Contessa. HEX triplet: CC, 6C and 6B. RGB value is (204,108,107). Sum of RGB (Red+Green+Blue) = 204+108+107=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C6B is #339394. Grayscale: #888888. Windows color (decimal): -3380117 or 7040204. OLE color: 7040204.

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

Color convert

RGB204108107-
CMYK00.470.480.2
HSL0.62º48.74%60.98%-
HSV(B)0.62º47.55%80%-
XYZ32.9224.6216.93-
YUV136.59111.3176.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=48.69%
G=25.78%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410810700.470.480.20.6248.7460.98
HexCC6C6B02F30141313d
Octal314154153057602416175
Binary11001100110110011010110101111110000101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6C6B; }

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

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

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

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

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

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

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

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