#CFA992

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

Shades of Cashmere #CFA992

Tints of Cashmere #CFA992

Color information

#CFA992 (or 0xCFA992) is unknown color: approx Cashmere. HEX triplet: CF, A9 and 92. RGB value is (207,169,146). Sum of RGB (Red+Green+Blue) = 207+169+146=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA992 is #30566D. Grayscale: #B1B1B1. Windows color (decimal): -3167854 or 9611727. OLE color: 9611727.

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

Color convert

RGB207169146-
CMYK00.180.290.19
HSL22.62º38.85%69.22%-
HSV(B)22.62º29.47%81.18%-
XYZ45.1143.7233.25-
YUV177.74110.09148.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 146 (57.42% from 255) = 27.97%
R=39.66%
G=32.38%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716914600.180.290.1922.6238.8569.22
HexCFA9920121D13172745
Octal31725122202235232747105
Binary1100111110101001100100100100101110110011101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA992; }

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

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

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

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

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

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

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

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