#CFA682

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

Shades of Cameo #CFA682

Tints of Cameo #CFA682

Color information

#CFA682 (or 0xCFA682) is unknown color: approx Cameo. HEX triplet: CF, A6 and 82. RGB value is (207,166,130). Sum of RGB (Red+Green+Blue) = 207+166+130=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA682 is #30597D. Grayscale: #AEAEAE. Windows color (decimal): -3168638 or 8562383. OLE color: 8562383.

HSL color Cylindrical-coordinate representation of color #CFA682: hue angle of 28.05º 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 #CFA682 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207166130-
CMYK00.200.370.19
HSL28.05º44.51%66.08%-
HSV(B)28.05º37.2%81.18%-
XYZ43.442.1526.97-
YUV174.15103.08151.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=41.15%
G=33.00%
B=25.84%

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
Decimal20716613000.200.370.1928.0544.5166.08
HexCFA68201425131c2d42
Octal31724620202445233455102
Binary11001111101001101000001001010010010110011111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA682; }

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

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

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

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

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

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

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

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