#CBC3AB

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

Shades of Parchment #CBC3AB

Tints of Parchment #CBC3AB

Color information

#CBC3AB (or 0xCBC3AB) is unknown color: approx Parchment. HEX triplet: CB, C3 and AB. RGB value is (203,195,171). Sum of RGB (Red+Green+Blue) = 203+195+171=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC3AB is #343C54. Grayscale: #C2C2C2. Windows color (decimal): -3423317 or 11256779. OLE color: 11256779.

HSL color Cylindrical-coordinate representation of color #CBC3AB: hue angle of 45º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC3AB is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203195171-
CMYK00.040.160.20
HSL45º23.53%73.33%-
HSV(B)45º15.76%79.61%-
XYZ51.4954.6746.37-
YUV194.66114.65133.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=35.68%
G=34.27%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319517100.040.160.204523.5373.33
HexCBC3AB0410142d1849
Octal3133032530420245530111
Binary11001011110000111010101101001000010100101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3AB; }

 p { color: rgb(203,195,171); }

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

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

 a { background-color: rgb(203,195,171); }

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

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

 span { border-color: rgb(203,195,171); }

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