#CFA98D

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

Shades of Cameo #CFA98D

Tints of Cameo #CFA98D

Color information

#CFA98D (or 0xCFA98D) is unknown color: approx Cameo. HEX triplet: CF, A9 and 8D. RGB value is (207,169,141). Sum of RGB (Red+Green+Blue) = 207+169+141=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA98D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA98D is #305672. Grayscale: #B1B1B1. Windows color (decimal): -3167859 or 9284047. OLE color: 9284047.

HSL color Cylindrical-coordinate representation of color #CFA98D: hue angle of 25.45º 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 #CFA98D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207169141-
CMYK00.180.320.19
HSL25.45º40.74%68.24%-
HSV(B)25.45º31.88%81.18%-
XYZ44.7343.5631.25-
YUV177.17107.59149.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=40.04%
G=32.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716914100.180.320.1925.4540.7468.24
HexCFA98D0122013192944
Octal31725121502240233151104
Binary11001111101010011000110101001010000010011110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA98D; }

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

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

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

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

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

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

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

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