#CFAA84

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

Shades of Cameo #CFAA84

Tints of Cameo #CFAA84

Color information

#CFAA84 (or 0xCFAA84) is unknown color: approx Cameo. HEX triplet: CF, AA and 84. RGB value is (207,170,132). Sum of RGB (Red+Green+Blue) = 207+170+132=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA84 is #30557B. Grayscale: #B0B0B0. Windows color (decimal): -3167612 or 8694479. OLE color: 8694479.

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

Color convert

RGB207170132-
CMYK00.180.360.19
HSL30.4º43.86%66.47%-
HSV(B)30.4º36.23%81.18%-
XYZ44.2743.6827.93-
YUV176.73102.76149.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=40.67%
G=33.40%
B=25.93%

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
Decimal20717013200.180.360.1930.443.8666.47
HexCFAA8401224131e2c42
Octal31725220402244233654102
Binary11001111101010101000010001001010010010011111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA84; }

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

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

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

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

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

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

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

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