#CFA783

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

Shades of Cameo #CFA783

Tints of Cameo #CFA783

Color information

#CFA783 (or 0xCFA783) is unknown color: approx Cameo. HEX triplet: CF, A7 and 83. RGB value is (207,167,131). Sum of RGB (Red+Green+Blue) = 207+167+131=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA783 is #30587C. Grayscale: #AFAFAF. Windows color (decimal): -3168381 or 8628175. OLE color: 8628175.

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

Color convert

RGB207167131-
CMYK00.190.370.19
HSL28.42º44.19%66.27%-
HSV(B)28.42º36.71%81.18%-
XYZ43.6542.5427.38-
YUV174.86103.25150.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=40.99%
G=33.07%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716713100.190.370.1928.4244.1966.27
HexCFA78301325131c2c42
Octal31724720302345233454102
Binary11001111101001111000001101001110010110011111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA783; }

 p { color: rgb(207,167,131); }

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

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

 a { background-color: rgb(207,167,131); }

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

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

 span { border-color: rgb(207,167,131); }

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