#CFC5AB

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

Shades of Parchment #CFC5AB

Tints of Parchment #CFC5AB

Color information

#CFC5AB (or 0xCFC5AB) is unknown color: approx Parchment. HEX triplet: CF, C5 and AB. RGB value is (207,197,171). Sum of RGB (Red+Green+Blue) = 207+197+171=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC5AB is #303A54. Grayscale: #C5C5C5. Windows color (decimal): -3160661 or 11257295. OLE color: 11257295.

HSL color Cylindrical-coordinate representation of color #CFC5AB: hue angle of 43.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC5AB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207197171-
CMYK00.050.170.19
HSL43.33º27.27%74.12%-
HSV(B)43.33º17.39%81.18%-
XYZ53.0556.1446.57-
YUV197.03113.31135.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=36%
G=34.26%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719717100.050.170.1943.3327.2774.12
HexCFC5AB0511132b1b4a
Octal3173052530521235333112
Binary11001111110001011010101101011000110011101011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5AB; }

 p { color: rgb(207,197,171); }

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

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

 a { background-color: rgb(207,197,171); }

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

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

 span { border-color: rgb(207,197,171); }

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