#CFA475

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

Shades of Cameo #CFA475

Tints of Cameo #CFA475

Color information

#CFA475 (or 0xCFA475) is unknown color: approx Cameo. HEX triplet: CF, A4 and 75. RGB value is (207,164,117). Sum of RGB (Red+Green+Blue) = 207+164+117=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA475 is #305B8A. Grayscale: #ABABAB. Windows color (decimal): -3169163 or 7709903. OLE color: 7709903.

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

Color convert

RGB207164117-
CMYK00.210.430.19
HSL31.33º48.39%63.53%-
HSV(B)31.33º43.48%81.18%-
XYZ42.2241.122.54-
YUV171.597.25153.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=42.42%
G=33.61%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716411700.210.430.1931.3348.3963.53
HexCFA4750152B131f3040
Octal31724416502553233760100
Binary1100111110100100111010101010110101110011111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA475; }

 p { color: rgb(207,164,117); }

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

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

 a { background-color: rgb(207,164,117); }

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

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

 span { border-color: rgb(207,164,117); }

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