#CBC4AA

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

Shades of Parchment #CBC4AA

Tints of Parchment #CBC4AA

Color information

#CBC4AA (or 0xCBC4AA) is unknown color: approx Parchment. HEX triplet: CB, C4 and AA. RGB value is (203,196,170). Sum of RGB (Red+Green+Blue) = 203+196+170=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC4AA is #343B55. Grayscale: #C3C3C3. Windows color (decimal): -3423062 or 11191499. OLE color: 11191499.

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

Color convert

RGB203196170-
CMYK00.030.160.20
HSL47.27º24.09%73.14%-
HSV(B)47.27º16.26%79.61%-
XYZ51.6255.0845.94-
YUV195.13113.82133.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=35.68%
G=34.45%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319617000.030.160.2047.2724.0973.14
HexCBC4AA0310142f1849
Octal3133042520320245730111
Binary1100101111000100101010100111000010100101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4AA; }

 p { color: rgb(203,196,170); }

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

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

 a { background-color: rgb(203,196,170); }

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

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

 span { border-color: rgb(203,196,170); }

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