#C06867

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

Shades of Contessa #C06867

Tints of Contessa #C06867

Color information

#C06867 (or 0xC06867) is unknown color: approx Contessa. HEX triplet: C0, 68 and 67. RGB value is (192,104,103). Sum of RGB (Red+Green+Blue) = 192+104+103=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C06867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06867 is #3F9798. Grayscale: #828282. Windows color (decimal): -4167577 or 6777024. OLE color: 6777024.

HSL color Cylindrical-coordinate representation of color #C06867: hue angle of 0.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06867 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192104103-
CMYK00.460.460.25
HSL0.67º41.4%57.84%-
HSV(B)0.67º46.35%75.29%-
XYZ29.1422.0915.56-
YUV130.2112.65172.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=48.12%
G=26.07%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210410300.460.460.250.6741.457.84
HexC0686702E2E191293a
Octal300150147056563115172
Binary11000000110100011001110101110101110110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06867; }

 p { color: rgb(192,104,103); }

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

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

 a { background-color: rgb(192,104,103); }

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

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

 span { border-color: rgb(192,104,103); }

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