#CBC2AC

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

Shades of Parchment #CBC2AC

Tints of Parchment #CBC2AC

Color information

#CBC2AC (or 0xCBC2AC) is unknown color: approx Parchment. HEX triplet: CB, C2 and AC. RGB value is (203,194,172). Sum of RGB (Red+Green+Blue) = 203+194+172=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AC is #343D53. Grayscale: #C2C2C2. Windows color (decimal): -3423572 or 11322059. OLE color: 11322059.

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

Color convert

RGB203194172-
CMYK00.040.150.20
HSL42.58º22.96%73.53%-
HSV(B)42.58º15.27%79.61%-
XYZ51.3754.2646.8-
YUV194.18115.48134.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 194 (76.17% from 255) = 34.09%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=35.68%
G=34.09%
B=30.23%

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
Decimal20319417200.040.150.2042.5822.9673.53
HexCBC2AC04F142b174a
Octal3133022540417245327112
Binary1100101111000010101011000100111110100101011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2AC; }

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

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

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

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

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

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

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

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