#CFA980

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

Shades of Cameo #CFA980

Tints of Cameo #CFA980

Color information

#CFA980 (or 0xCFA980) is unknown color: approx Cameo. HEX triplet: CF, A9 and 80. RGB value is (207,169,128). Sum of RGB (Red+Green+Blue) = 207+169+128=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA980 is #30567F. Grayscale: #AFAFAF. Windows color (decimal): -3167872 or 8432079. OLE color: 8432079.

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

Color convert

RGB207169128-
CMYK00.180.380.19
HSL31.14º45.14%65.69%-
HSV(B)31.14º38.16%81.18%-
XYZ43.8243.226.45-
YUV175.69101.09150.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 128 (50.39% from 255) = 25.40%
R=41.07%
G=33.53%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716912800.180.380.1931.1445.1465.69
HexCFA98001226131f2d42
Octal31725120002246233755102
Binary11001111101010011000000001001010011010011111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA980; }

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

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

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

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

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

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

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

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