#CBC5A8

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

Shades of Parchment #CBC5A8

Tints of Parchment #CBC5A8

Color information

#CBC5A8 (or 0xCBC5A8) is unknown color: approx Parchment. HEX triplet: CB, C5 and A8. RGB value is (203,197,168). Sum of RGB (Red+Green+Blue) = 203+197+168=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5A8 is #343A57. Grayscale: #C3C3C3. Windows color (decimal): -3422808 or 11060683. OLE color: 11060683.

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

Color convert

RGB203197168-
CMYK00.030.170.20
HSL49.71º25.18%72.75%-
HSV(B)49.71º17.24%79.61%-
XYZ51.6655.4645.03-
YUV195.49112.49133.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 197 (77.34% from 255) = 34.68%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=35.74%
G=34.68%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319716800.030.170.2049.7125.1872.75
HexCBC5A8031114321949
Octal3133052500321246231111
Binary1100101111000101101010000111000110100110010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5A8; }

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

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

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

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

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

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

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

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