#CFA98F

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

Shades of Cameo #CFA98F

Tints of Cameo #CFA98F

Color information

#CFA98F (or 0xCFA98F) is unknown color: approx Cameo. HEX triplet: CF, A9 and 8F. RGB value is (207,169,143). Sum of RGB (Red+Green+Blue) = 207+169+143=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA98F is #305670. Grayscale: #B1B1B1. Windows color (decimal): -3167857 or 9415119. OLE color: 9415119.

HSL color Cylindrical-coordinate representation of color #CFA98F: hue angle of 24.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA98F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207169143-
CMYK00.180.310.19
HSL24.38º40%68.63%-
HSV(B)24.38º30.92%81.18%-
XYZ44.8843.6232.04-
YUV177.4108.59149.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=39.88%
G=32.56%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716914300.180.310.1924.384068.63
HexCFA98F0121F13182845
Octal31725121702237233050105
Binary1100111110101001100011110100101111110011110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA98F; }

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

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

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

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

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

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

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

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