#CFA48D

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

Shades of Cameo #CFA48D

Tints of Cameo #CFA48D

Color information

#CFA48D (or 0xCFA48D) is unknown color: approx Cameo. HEX triplet: CF, A4 and 8D. RGB value is (207,164,141). Sum of RGB (Red+Green+Blue) = 207+164+141=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA48D is #305B72. Grayscale: #AEAEAE. Windows color (decimal): -3169139 or 9282767. OLE color: 9282767.

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

Color convert

RGB207164141-
CMYK00.210.320.19
HSL20.91º40.74%68.24%-
HSV(B)20.91º31.88%81.18%-
XYZ43.8241.7430.95-
YUV174.24109.25151.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 164 (64.45% from 255) = 32.03%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=40.43%
G=32.03%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716414100.210.320.1920.9140.7468.24
HexCFA48D0152013152944
Octal31724421502540232551104
Binary11001111101001001000110101010110000010011101011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA48D; }

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

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

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

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

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

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

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

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