#C06967

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

Shades of Contessa #C06967

Tints of Contessa #C06967

Color information

#C06967 (or 0xC06967) is unknown color: approx Contessa. HEX triplet: C0, 69 and 67. RGB value is (192,105,103). Sum of RGB (Red+Green+Blue) = 192+105+103=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C06967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06967 is #3F9698. Grayscale: #828282. Windows color (decimal): -4167321 or 6777280. OLE color: 6777280.

HSL color Cylindrical-coordinate representation of color #C06967: hue angle of 1.35º 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 #C06967 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192105103-
CMYK00.450.460.25
HSL1.35º41.4%57.84%-
HSV(B)1.35º46.35%75.29%-
XYZ29.2422.2915.59-
YUV130.78112.32171.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 103 (40.62% from 255) = 25.75%
R=48%
G=26.25%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210510300.450.460.251.3541.457.84
HexC0696702D2E191293a
Octal300151147055563115172
Binary11000000110100111001110101101101110110011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06967; }

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

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

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

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

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

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

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

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