#CBC6AF

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

Shades of Parchment #CBC6AF

Tints of Parchment #CBC6AF

Color information

#CBC6AF (or 0xCBC6AF) is unknown color: approx Parchment. HEX triplet: CB, C6 and AF. RGB value is (203,198,175). Sum of RGB (Red+Green+Blue) = 203+198+175=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AF is #343950. Grayscale: #C4C4C4. Windows color (decimal): -3422545 or 11519691. OLE color: 11519691.

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

Color convert

RGB203198175-
CMYK00.020.140.20
HSL49.29º21.21%74.12%-
HSV(B)49.29º13.79%79.61%-
XYZ52.5656.1848.63-
YUV196.87115.66132.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=35.24%
G=34.38%
B=30.38%

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
Decimal20319817500.020.140.2049.2921.2174.12
HexCBC6AF02E1431154a
Octal3133062570216246125112
Binary110010111100011010101111010111010100110001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6AF; }

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

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

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

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

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

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

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

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