#CFA984

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

Shades of Cameo #CFA984

Tints of Cameo #CFA984

Color information

#CFA984 (or 0xCFA984) is unknown color: approx Cameo. HEX triplet: CF, A9 and 84. RGB value is (207,169,132). Sum of RGB (Red+Green+Blue) = 207+169+132=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA984 is #30567B. Grayscale: #B0B0B0. Windows color (decimal): -3167868 or 8694223. OLE color: 8694223.

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

Color convert

RGB207169132-
CMYK00.180.360.19
HSL29.6º43.86%66.47%-
HSV(B)29.6º36.23%81.18%-
XYZ44.0843.3127.87-
YUV176.14103.09150.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=40.75%
G=33.27%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716913200.180.360.1929.643.8666.47
HexCFA98401224131e2c42
Octal31725120402244233654102
Binary11001111101010011000010001001010010010011111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA984; }

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

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

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

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

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

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

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

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