#CFCAA7

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

Shades of Parchment #CFCAA7

Tints of Parchment #CFCAA7

Color information

#CFCAA7 (or 0xCFCAA7) is unknown color: approx Parchment. HEX triplet: CF, CA and A7. RGB value is (207,202,167). Sum of RGB (Red+Green+Blue) = 207+202+167=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA7 is #303558. Grayscale: #C7C7C7. Windows color (decimal): -3159385 or 10996431. OLE color: 10996431.

HSL color Cylindrical-coordinate representation of color #CFCAA7: hue angle of 52.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFCAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207202167-
CMYK00.020.190.19
HSL52.5º29.41%73.33%-
HSV(B)52.5º19.32%81.18%-
XYZ53.8358.344.97-
YUV199.5109.66133.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 167 (65.62% from 255) = 28.99%
R=35.94%
G=35.07%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720216700.020.190.1952.529.4173.33
HexCFCAA7021313341d49
Octal3173122470223236435111
Binary1100111111001010101001110101001110011110100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAA7; }

 p { color: rgb(207,202,167); }

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

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

 a { background-color: rgb(207,202,167); }

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

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

 span { border-color: rgb(207,202,167); }

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