#CFA582

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

Shades of Cameo #CFA582

Tints of Cameo #CFA582

Color information

#CFA582 (or 0xCFA582) is unknown color: approx Cameo. HEX triplet: CF, A5 and 82. RGB value is (207,165,130). Sum of RGB (Red+Green+Blue) = 207+165+130=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA582 is #305A7D. Grayscale: #ADADAD. Windows color (decimal): -3168894 or 8562127. OLE color: 8562127.

HSL color Cylindrical-coordinate representation of color #CFA582: hue angle of 27.27º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFA582 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207165130-
CMYK00.200.370.19
HSL27.27º44.51%66.08%-
HSV(B)27.27º37.2%81.18%-
XYZ43.2241.7926.91-
YUV173.57103.41151.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=41.24%
G=32.87%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716513000.200.370.1927.2744.5166.08
HexCFA58201425131b2d42
Octal31724520202445233355102
Binary11001111101001011000001001010010010110011110111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA582; }

 p { color: rgb(207,165,130); }

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

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

 a { background-color: rgb(207,165,130); }

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

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

 span { border-color: rgb(207,165,130); }

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