#CC6F67

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

Shades of Contessa #CC6F67

Tints of Contessa #CC6F67

Color information

#CC6F67 (or 0xCC6F67) is unknown color: approx Contessa. HEX triplet: CC, 6F and 67. RGB value is (204,111,103). Sum of RGB (Red+Green+Blue) = 204+111+103=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F67 is #339098. Grayscale: #8A8A8A. Windows color (decimal): -3379353 or 6778828. OLE color: 6778828.

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

Color convert

RGB204111103-
CMYK00.460.500.2
HSL4.75º49.75%60.2%-
HSV(B)4.75º49.51%80%-
XYZ33.0325.1915.95-
YUV137.89108.31175.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.80%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=48.80%
G=26.56%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411110300.460.500.24.7549.7560.2
HexCC6F6702E32145323c
Octal314157147056622456274
Binary1100110011011111100111010111011001010100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6F67; }

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

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

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

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

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

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

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

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