#CFA77A

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

Shades of Cameo #CFA77A

Tints of Cameo #CFA77A

Color information

#CFA77A (or 0xCFA77A) is unknown color: approx Cameo. HEX triplet: CF, A7 and 7A. RGB value is (207,167,122). Sum of RGB (Red+Green+Blue) = 207+167+122=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA77A is #305885. Grayscale: #AEAEAE. Windows color (decimal): -3168390 or 8038351. OLE color: 8038351.

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

Color convert

RGB207167122-
CMYK00.190.410.19
HSL31.76º46.96%64.51%-
HSV(B)31.76º41.06%81.18%-
XYZ43.0642.3124.31-
YUV173.8398.75151.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=41.73%
G=33.67%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716712200.190.410.1931.7646.9664.51
HexCFA77A0132913202f41
Octal31724717202351234057101
Binary11001111101001111111010010011101001100111000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA77A; }

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

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

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

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

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

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

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

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