#CFA47D

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

Shades of Cameo #CFA47D

Tints of Cameo #CFA47D

Color information

#CFA47D (or 0xCFA47D) is unknown color: approx Cameo. HEX triplet: CF, A4 and 7D. RGB value is (207,164,125). Sum of RGB (Red+Green+Blue) = 207+164+125=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA47D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA47D is #305B82. Grayscale: #ACACAC. Windows color (decimal): -3169155 or 8234191. OLE color: 8234191.

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

Color convert

RGB207164125-
CMYK00.210.400.19
HSL28.54º46.07%65.1%-
HSV(B)28.54º39.61%81.18%-
XYZ42.7141.325.12-
YUV172.41101.25152.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 164 (64.45% from 255) = 33.06%
BLUE value IS 125 (49.22% from 255) = 25.20%
R=41.73%
G=33.06%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716412500.210.400.1928.5446.0765.1
HexCFA47D01528131d2e41
Octal31724417502550233556101
Binary1100111110100100111110101010110100010011111011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA47D; }

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

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

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

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

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

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

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

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