#CFA487

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

Shades of Cameo #CFA487

Tints of Cameo #CFA487

Color information

#CFA487 (or 0xCFA487) is unknown color: approx Cameo. HEX triplet: CF, A4 and 87. RGB value is (207,164,135). Sum of RGB (Red+Green+Blue) = 207+164+135=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA487 is #305B78. Grayscale: #ADADAD. Windows color (decimal): -3169145 or 8889551. OLE color: 8889551.

HSL color Cylindrical-coordinate representation of color #CFA487: hue angle of 24.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA487 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207164135-
CMYK00.210.350.19
HSL24.17º42.86%67.06%-
HSV(B)24.17º34.78%81.18%-
XYZ43.3841.5728.66-
YUV173.55106.25151.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=40.91%
G=32.41%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716413500.210.350.1924.1742.8667.06
HexCFA4870152313182b43
Octal31724420702543233053103
Binary11001111101001001000011101010110001110011110001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA487; }

 p { color: rgb(207,164,135); }

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

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

 a { background-color: rgb(207,164,135); }

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

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

 span { border-color: rgb(207,164,135); }

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