#CFA584

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

Shades of Cameo #CFA584

Tints of Cameo #CFA584

Color information

#CFA584 (or 0xCFA584) is unknown color: approx Cameo. HEX triplet: CF, A5 and 84. RGB value is (207,165,132). Sum of RGB (Red+Green+Blue) = 207+165+132=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA584 is #305A7B. Grayscale: #ADADAD. Windows color (decimal): -3168892 or 8693199. OLE color: 8693199.

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

Color convert

RGB207165132-
CMYK00.200.360.19
HSL26.4º43.86%66.47%-
HSV(B)26.4º36.23%81.18%-
XYZ43.3541.8427.62-
YUV173.8104.41151.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=41.07%
G=32.74%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716513200.200.360.1926.443.8666.47
HexCFA58401424131a2c42
Octal31724520402444233254102
Binary11001111101001011000010001010010010010011110101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA584; }

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

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

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

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

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

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

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

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