#CBC5AC

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

Shades of Parchment #CBC5AC

Tints of Parchment #CBC5AC

Color information

#CBC5AC (or 0xCBC5AC) is unknown color: approx Parchment. HEX triplet: CB, C5 and AC. RGB value is (203,197,172). Sum of RGB (Red+Green+Blue) = 203+197+172=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5AC is #343A53. Grayscale: #C4C4C4. Windows color (decimal): -3422804 or 11322827. OLE color: 11322827.

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

Color convert

RGB203197172-
CMYK00.030.150.20
HSL48.39º22.96%73.53%-
HSV(B)48.39º15.27%79.61%-
XYZ52.0455.6147.02-
YUV195.94114.49133.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=35.49%
G=34.44%
B=30.07%

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
Decimal20319717200.030.150.2048.3922.9673.53
HexCBC5AC03F1430174a
Octal3133052540317246027112
Binary110010111100010110101100011111110100110000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5AC; }

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

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

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

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

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

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

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

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