#CFCAAE

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

Shades of Parchment #CFCAAE

Tints of Parchment #CFCAAE

Color information

#CFCAAE (or 0xCFCAAE) is unknown color: approx Parchment. HEX triplet: CF, CA and AE. RGB value is (207,202,174). Sum of RGB (Red+Green+Blue) = 207+202+174=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAE is #303551. Grayscale: #C8C8C8. Windows color (decimal): -3159378 or 11455183. OLE color: 11455183.

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

Color convert

RGB207202174-
CMYK00.020.160.19
HSL50.91º25.58%74.71%-
HSV(B)50.91º15.94%81.18%-
XYZ54.4958.5648.48-
YUV200.3113.16132.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=35.51%
G=34.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720217400.020.160.1950.9125.5874.71
HexCFCAAE021013331a4b
Octal3173122560220236332113
Binary1100111111001010101011100101000010011110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAAE; }

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

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

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

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

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

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

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

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