#CBC5B3

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

Shades of Parchment #CBC5B3

Tints of Parchment #CBC5B3

Color information

#CBC5B3 (or 0xCBC5B3) is unknown color: approx Parchment. HEX triplet: CB, C5 and B3. RGB value is (203,197,179). Sum of RGB (Red+Green+Blue) = 203+197+179=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5B3 is #343A4C. Grayscale: #C4C4C4. Windows color (decimal): -3422797 or 11781579. OLE color: 11781579.

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

Color convert

RGB203197179-
CMYK00.030.120.20
HSL45º18.75%74.9%-
HSV(B)45º11.82%79.61%-
XYZ52.7355.8850.66-
YUV196.74117.99132.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 197 (77.34% from 255) = 34.02%
BLUE value IS 179 (70.31% from 255) = 30.92%
R=35.06%
G=34.02%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319717900.030.120.204518.7574.9
HexCBC5B303C142d134b
Octal3133052630314245523113
Binary110010111100010110110011011110010100101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5B3; }

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

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

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

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

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

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

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

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