#CFA778

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

Shades of Cameo #CFA778

Tints of Cameo #CFA778

Color information

#CFA778 (or 0xCFA778) is unknown color: approx Cameo. HEX triplet: CF, A7 and 78. RGB value is (207,167,120). Sum of RGB (Red+Green+Blue) = 207+167+120=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA778 is #305887. Grayscale: #ADADAD. Windows color (decimal): -3168392 or 7907279. OLE color: 7907279.

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

Color convert

RGB207167120-
CMYK00.190.420.19
HSL32.41º47.54%64.12%-
HSV(B)32.41º42.03%81.18%-
XYZ42.9442.2623.66-
YUV173.697.75151.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=41.90%
G=33.81%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716712000.190.420.1932.4147.5464.12
HexCFA7780132A13203040
Octal31724717002352234060100
Binary11001111101001111111000010011101010100111000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA778; }

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

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

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

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

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

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

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

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