#CFA987

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

Shades of Cameo #CFA987

Tints of Cameo #CFA987

Color information

#CFA987 (or 0xCFA987) is unknown color: approx Cameo. HEX triplet: CF, A9 and 87. RGB value is (207,169,135). Sum of RGB (Red+Green+Blue) = 207+169+135=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA987 is #305678. Grayscale: #B0B0B0. Windows color (decimal): -3167865 or 8890831. OLE color: 8890831.

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

Color convert

RGB207169135-
CMYK00.180.350.19
HSL28.33º42.86%67.06%-
HSV(B)28.33º34.78%81.18%-
XYZ44.2943.3928.96-
YUV176.49104.59149.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=40.51%
G=33.07%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716913500.180.350.1928.3342.8667.06
HexCFA98701223131c2b43
Octal31725120702243233453103
Binary11001111101010011000011101001010001110011111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA987; }

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

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

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

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

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

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

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

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