#CBC2AD

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

Shades of Parchment #CBC2AD

Tints of Parchment #CBC2AD

Color information

#CBC2AD (or 0xCBC2AD) is unknown color: approx Parchment. HEX triplet: CB, C2 and AD. RGB value is (203,194,173). Sum of RGB (Red+Green+Blue) = 203+194+173=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AD is #343D52. Grayscale: #C2C2C2. Windows color (decimal): -3423571 or 11387595. OLE color: 11387595.

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

Color convert

RGB203194173-
CMYK00.040.150.20
HSL42º22.39%73.73%-
HSV(B)42º14.78%79.61%-
XYZ51.4654.347.3-
YUV194.3115.98134.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 173 (67.97% from 255) = 30.35%
R=35.61%
G=34.04%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319417300.040.150.204222.3973.73
HexCBC2AD04F142a164a
Octal3133022550417245226112
Binary1100101111000010101011010100111110100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2AD; }

 p { color: rgb(203,194,173); }

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

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

 a { background-color: rgb(203,194,173); }

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

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

 span { border-color: rgb(203,194,173); }

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