#CFC4AB

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

Shades of Parchment #CFC4AB

Tints of Parchment #CFC4AB

Color information

#CFC4AB (or 0xCFC4AB) is unknown color: approx Parchment. HEX triplet: CF, C4 and AB. RGB value is (207,196,171). Sum of RGB (Red+Green+Blue) = 207+196+171=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4AB is #303B54. Grayscale: #C4C4C4. Windows color (decimal): -3160917 or 11257039. OLE color: 11257039.

HSL color Cylindrical-coordinate representation of color #CFC4AB: hue angle of 41.67º 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 #CFC4AB is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB207196171-
CMYK00.050.170.19
HSL41.67º27.27%74.12%-
HSV(B)41.67º17.39%81.18%-
XYZ52.8255.6946.49-
YUV196.44113.64135.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=36.06%
G=34.15%
B=29.79%

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
Decimal20719617100.050.170.1941.6727.2774.12
HexCFC4AB0511132a1b4a
Octal3173042530521235233112
Binary11001111110001001010101101011000110011101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4AB; }

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

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

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

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

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

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

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

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