#CFCAAB

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

Shades of Parchment #CFCAAB

Tints of Parchment #CFCAAB

Color information

#CFCAAB (or 0xCFCAAB) is unknown color: approx Parchment. HEX triplet: CF, CA and AB. RGB value is (207,202,171). Sum of RGB (Red+Green+Blue) = 207+202+171=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAAB is #303554. Grayscale: #C8C8C8. Windows color (decimal): -3159381 or 11258575. OLE color: 11258575.

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

Color convert

RGB207202171-
CMYK00.020.170.19
HSL51.67º27.27%74.12%-
HSV(B)51.67º17.39%81.18%-
XYZ54.258.4546.95-
YUV199.96111.66133.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=35.69%
G=34.83%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720217100.020.170.1951.6727.2774.12
HexCFCAAB021113341b4a
Octal3173122530221236433112
Binary1100111111001010101010110101000110011110100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCAAB; }

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

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

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

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

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

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

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

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