#CBC5B2

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

Shades of Parchment #CBC5B2

Tints of Parchment #CBC5B2

Color information

#CBC5B2 (or 0xCBC5B2) is unknown color: approx Parchment. HEX triplet: CB, C5 and B2. RGB value is (203,197,178). Sum of RGB (Red+Green+Blue) = 203+197+178=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5B2 is #343A4D. Grayscale: #C4C4C4. Windows color (decimal): -3422798 or 11716043. OLE color: 11716043.

HSL color Cylindrical-coordinate representation of color #CBC5B2: hue angle of 45.6º 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 #CBC5B2 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203197178-
CMYK00.030.120.20
HSL45.6º19.38%74.71%-
HSV(B)45.6º12.32%79.61%-
XYZ52.6355.8450.12-
YUV196.63117.49132.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=35.12%
G=34.08%
B=30.80%

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
Decimal20319717800.030.120.2045.619.3874.71
HexCBC5B203C142e134b
Octal3133052620314245623113
Binary110010111100010110110010011110010100101110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5B2; }

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

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

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

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

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

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

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

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