#CBC6AE

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

Shades of Parchment #CBC6AE

Tints of Parchment #CBC6AE

Color information

#CBC6AE (or 0xCBC6AE) is unknown color: approx Parchment. HEX triplet: CB, C6 and AE. RGB value is (203,198,174). Sum of RGB (Red+Green+Blue) = 203+198+174=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AE is #343951. Grayscale: #C4C4C4. Windows color (decimal): -3422546 or 11454155. OLE color: 11454155.

HSL color Cylindrical-coordinate representation of color #CBC6AE: hue angle of 49.66º degrees, saturation: 0.22, 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 #CBC6AE is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203198174-
CMYK00.020.140.20
HSL49.66º21.8%73.92%-
HSV(B)49.66º14.29%79.61%-
XYZ52.4656.1448.12-
YUV196.76115.16132.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=35.30%
G=34.43%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319817400.020.140.2049.6621.873.92
HexCBC6AE02E1432164a
Octal3133062560216246226112
Binary110010111100011010101110010111010100110010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6AE; }

 p { color: rgb(203,198,174); }

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

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

 a { background-color: rgb(203,198,174); }

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

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

 span { border-color: rgb(203,198,174); }

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