#CBC5AF

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

Shades of Parchment #CBC5AF

Tints of Parchment #CBC5AF

Color information

#CBC5AF (or 0xCBC5AF) is unknown color: approx Parchment. HEX triplet: CB, C5 and AF. RGB value is (203,197,175). Sum of RGB (Red+Green+Blue) = 203+197+175=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AF is #343A50. Grayscale: #C4C4C4. Windows color (decimal): -3422801 or 11519435. OLE color: 11519435.

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

Color convert

RGB203197175-
CMYK00.030.140.20
HSL47.14º21.21%74.12%-
HSV(B)47.14º13.79%79.61%-
XYZ52.3355.7248.56-
YUV196.29115.99132.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=35.30%
G=34.26%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319717500.030.140.2047.1421.2174.12
HexCBC5AF03E142f154a
Octal3133052570316245725112
Binary110010111100010110101111011111010100101111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5AF; }

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

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

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

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

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

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

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

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