#CFCAA9

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

Shades of Parchment #CFCAA9

Tints of Parchment #CFCAA9

Color information

#CFCAA9 (or 0xCFCAA9) is unknown color: approx Parchment. HEX triplet: CF, CA and A9. RGB value is (207,202,169). Sum of RGB (Red+Green+Blue) = 207+202+169=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA9 is #303556. Grayscale: #C7C7C7. Windows color (decimal): -3159383 or 11127503. OLE color: 11127503.

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

Color convert

RGB207202169-
CMYK00.020.180.19
HSL52.11º28.36%73.73%-
HSV(B)52.11º18.36%81.18%-
XYZ54.0158.3745.96-
YUV199.73110.66133.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=35.81%
G=34.95%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720216900.020.180.1952.1128.3673.73
HexCFCAA9021213341c4a
Octal3173122510222236434112
Binary1100111111001010101010010101001010011110100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAA9; }

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

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

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

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

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

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

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

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