#CFA78F

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

Shades of Cameo #CFA78F

Tints of Cameo #CFA78F

Color information

#CFA78F (or 0xCFA78F) is unknown color: approx Cameo. HEX triplet: CF, A7 and 8F. RGB value is (207,167,143). Sum of RGB (Red+Green+Blue) = 207+167+143=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA78F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA78F is #305870. Grayscale: #B0B0B0. Windows color (decimal): -3168369 or 9414607. OLE color: 9414607.

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

Color convert

RGB207167143-
CMYK00.190.310.19
HSL22.5º40%68.63%-
HSV(B)22.5º30.92%81.18%-
XYZ44.5142.8931.92-
YUV176.22109.25149.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=40.04%
G=32.30%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716714300.190.310.1922.54068.63
HexCFA78F0131F13172845
Octal31724721702337232750105
Binary1100111110100111100011110100111111110011101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA78F; }

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

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

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

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

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

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

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

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