#CC6F69

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

Shades of Contessa #CC6F69

Tints of Contessa #CC6F69

Color information

#CC6F69 (or 0xCC6F69) is unknown color: approx Contessa. HEX triplet: CC, 6F and 69. RGB value is (204,111,105). Sum of RGB (Red+Green+Blue) = 204+111+105=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F69 is #339096. Grayscale: #8A8A8A. Windows color (decimal): -3379351 or 6909900. OLE color: 6909900.

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

Color convert

RGB204111105-
CMYK00.460.490.2
HSL3.64º49.25%60.59%-
HSV(B)3.64º48.53%80%-
XYZ33.1425.2316.49-
YUV138.12109.31174.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 105 (41.41% from 255) = 25%
R=48.57%
G=26.43%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411110500.460.490.23.6449.2560.59
HexCC6F6902E31144313d
Octal314157151056612446175
Binary1100110011011111101001010111011000110100100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F69; }

 p { color: rgb(204,111,105); }

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

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

 a { background-color: rgb(204,111,105); }

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

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

 span { border-color: rgb(204,111,105); }

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