#CFA881

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

Shades of Cameo #CFA881

Tints of Cameo #CFA881

Color information

#CFA881 (or 0xCFA881) is unknown color: approx Cameo. HEX triplet: CF, A8 and 81. RGB value is (207,168,129). Sum of RGB (Red+Green+Blue) = 207+168+129=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA881 is #30577E. Grayscale: #AFAFAF. Windows color (decimal): -3168127 or 8497359. OLE color: 8497359.

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

Color convert

RGB207168129-
CMYK00.190.380.19
HSL30º44.83%65.88%-
HSV(B)30º37.68%81.18%-
XYZ43.742.8626.74-
YUV175.22101.92150.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=41.07%
G=33.33%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716812900.190.380.193044.8365.88
HexCFA88101326131e2d42
Octal31725020102346233655102
Binary11001111101010001000000101001110011010011111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA881; }

 p { color: rgb(207,168,129); }

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

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

 a { background-color: rgb(207,168,129); }

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

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

 span { border-color: rgb(207,168,129); }

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