#C07B69

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

Shades of Contessa #C07B69

Tints of Contessa #C07B69

Color information

#C07B69 (or 0xC07B69) is unknown color: approx Contessa. HEX triplet: C0, 7B and 69. RGB value is (192,123,105). Sum of RGB (Red+Green+Blue) = 192+123+105=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B69 is #3F8496. Grayscale: #8D8D8D. Windows color (decimal): -4162711 or 6912960. OLE color: 6912960.

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

Color convert

RGB192123105-
CMYK00.360.450.25
HSL12.41º40.85%58.24%-
HSV(B)12.41º45.31%75.29%-
XYZ31.3726.3916.81-
YUV141.58107.36163.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 105 (41.41% from 255) = 25%
R=45.71%
G=29.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212310500.360.450.2512.4140.8558.24
HexC07B690242D19c293a
Octal3001731510445531145172
Binary11000000111101111010010100100101101110011100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B69; }

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

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

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

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

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

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

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

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