#CB7A6F

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

Shades of Contessa #CB7A6F

Tints of Contessa #CB7A6F

Color information

#CB7A6F (or 0xCB7A6F) is unknown color: approx Contessa. HEX triplet: CB, 7A and 6F. RGB value is (203,122,111). Sum of RGB (Red+Green+Blue) = 203+122+111=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A6F is #348590. Grayscale: #919191. Windows color (decimal): -3442065 or 7305931. OLE color: 7305931.

HSL color Cylindrical-coordinate representation of color #CB7A6F: hue angle of 7.17º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7A6F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203122111-
CMYK00.400.450.20
HSL7.17º46.94%61.57%-
HSV(B)7.17º45.32%79.61%-
XYZ34.4627.7618.58-
YUV144.96108.84169.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=46.56%
G=27.98%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312211100.400.450.207.1746.9461.57
HexCB7A6F0282D1472f3e
Octal313172157050552475776
Binary1100101111110101101111010100010110110100111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A6F; }

 p { color: rgb(203,122,111); }

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

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

 a { background-color: rgb(203,122,111); }

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

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

 span { border-color: rgb(203,122,111); }

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