#CBC5AD

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

Shades of Parchment #CBC5AD

Tints of Parchment #CBC5AD

Color information

#CBC5AD (or 0xCBC5AD) is unknown color: approx Parchment. HEX triplet: CB, C5 and AD. RGB value is (203,197,173). Sum of RGB (Red+Green+Blue) = 203+197+173=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AD is #343A52. Grayscale: #C4C4C4. Windows color (decimal): -3422803 or 11388363. OLE color: 11388363.

HSL color Cylindrical-coordinate representation of color #CBC5AD: hue angle of 48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC5AD is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203197173-
CMYK00.030.150.20
HSL48º22.39%73.73%-
HSV(B)48º14.78%79.61%-
XYZ52.1455.6547.53-
YUV196.06114.99132.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=35.43%
G=34.38%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319717300.030.150.204822.3973.73
HexCBC5AD03F1430164a
Octal3133052550317246026112
Binary110010111100010110101101011111110100110000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5AD; }

 p { color: rgb(203,197,173); }

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

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

 a { background-color: rgb(203,197,173); }

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

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

 span { border-color: rgb(203,197,173); }

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