#CFA78D

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

Shades of Cameo #CFA78D

Tints of Cameo #CFA78D

Color information

#CFA78D (or 0xCFA78D) is unknown color: approx Cameo. HEX triplet: CF, A7 and 8D. RGB value is (207,167,141). Sum of RGB (Red+Green+Blue) = 207+167+141=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA78D is #305872. Grayscale: #B0B0B0. Windows color (decimal): -3168371 or 9283535. OLE color: 9283535.

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

Color convert

RGB207167141-
CMYK00.190.320.19
HSL23.64º40.74%68.24%-
HSV(B)23.64º31.88%81.18%-
XYZ44.3642.8331.13-
YUV176108.25150.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=40.19%
G=32.43%
B=27.38%

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
Decimal20716714100.190.320.1923.6440.7468.24
HexCFA78D0132013182944
Octal31724721502340233051104
Binary11001111101001111000110101001110000010011110001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA78D; }

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

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

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

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

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

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

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

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