#CBC2AF

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

Shades of Parchment #CBC2AF

Tints of Parchment #CBC2AF

Color information

#CBC2AF (or 0xCBC2AF) is unknown color: approx Parchment. HEX triplet: CB, C2 and AF. RGB value is (203,194,175). Sum of RGB (Red+Green+Blue) = 203+194+175=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC2AF is #343D50. Grayscale: #C2C2C2. Windows color (decimal): -3423569 or 11518667. OLE color: 11518667.

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

Color convert

RGB203194175-
CMYK00.040.140.20
HSL40.71º21.21%74.12%-
HSV(B)40.71º13.79%79.61%-
XYZ51.6654.3848.33-
YUV194.52116.98134.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=35.49%
G=33.92%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319417500.040.140.2040.7121.2174.12
HexCBC2AF04E1429154a
Octal3133022570416245125112
Binary1100101111000010101011110100111010100101001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2AF; }

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

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

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

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

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

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

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

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