#CFA681

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

Shades of Cameo #CFA681

Tints of Cameo #CFA681

Color information

#CFA681 (or 0xCFA681) is unknown color: approx Cameo. HEX triplet: CF, A6 and 81. RGB value is (207,166,129). Sum of RGB (Red+Green+Blue) = 207+166+129=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA681 is #30597E. Grayscale: #AEAEAE. Windows color (decimal): -3168639 or 8496847. OLE color: 8496847.

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

Color convert

RGB207166129-
CMYK00.200.380.19
HSL28.46º44.83%65.88%-
HSV(B)28.46º37.68%81.18%-
XYZ43.3342.1226.62-
YUV174.04102.58151.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=41.24%
G=33.07%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716612900.200.380.1928.4644.8365.88
HexCFA68101426131c2d42
Octal31724620102446233455102
Binary11001111101001101000000101010010011010011111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA681; }

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

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

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

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

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

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

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

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