#CC6B6A

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

Shades of Contessa #CC6B6A

Tints of Contessa #CC6B6A

Color information

#CC6B6A (or 0xCC6B6A) is unknown color: approx Contessa. HEX triplet: CC, 6B and 6A. RGB value is (204,107,106). Sum of RGB (Red+Green+Blue) = 204+107+106=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B6A is #339495. Grayscale: #878787. Windows color (decimal): -3380374 or 6974412. OLE color: 6974412.

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

Color convert

RGB204107106-
CMYK00.480.480.2
HSL0.61º49%60.78%-
HSV(B)0.61º48.04%80%-
XYZ32.7624.3916.62-
YUV135.89111.14176.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=48.92%
G=25.66%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410710600.480.480.20.614960.78
HexCC6B6A03030141313d
Octal314153152060602416175
Binary11001100110101111010100110000110000101001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B6A; }

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

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

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

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

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

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

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

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