#CFA78C

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

Shades of Cameo #CFA78C

Tints of Cameo #CFA78C

Color information

#CFA78C (or 0xCFA78C) is unknown color: approx Cameo. HEX triplet: CF, A7 and 8C. RGB value is (207,167,140). Sum of RGB (Red+Green+Blue) = 207+167+140=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA78C is #305873. Grayscale: #B0B0B0. Windows color (decimal): -3168372 or 9217999. OLE color: 9217999.

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

Color convert

RGB207167140-
CMYK00.190.320.19
HSL24.18º41.1%68.04%-
HSV(B)24.18º32.37%81.18%-
XYZ44.2842.830.74-
YUV175.88107.75150.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 140 (55.08% from 255) = 27.24%
R=40.27%
G=32.49%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716714000.190.320.1924.1841.168.04
HexCFA78C0132013182944
Octal31724721402340233051104
Binary11001111101001111000110001001110000010011110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA78C; }

 p { color: rgb(207,167,140); }

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

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

 a { background-color: rgb(207,167,140); }

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

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

 span { border-color: rgb(207,167,140); }

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