#CFA78E

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

Shades of Cameo #CFA78E

Tints of Cameo #CFA78E

Color information

#CFA78E (or 0xCFA78E) is unknown color: approx Cameo. HEX triplet: CF, A7 and 8E. RGB value is (207,167,142). Sum of RGB (Red+Green+Blue) = 207+167+142=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA78E is #305871. Grayscale: #B0B0B0. Windows color (decimal): -3168370 or 9349071. OLE color: 9349071.

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

Color convert

RGB207167142-
CMYK00.190.310.19
HSL23.08º40.37%68.43%-
HSV(B)23.08º31.4%81.18%-
XYZ44.4342.8631.52-
YUV176.11108.75150.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=40.12%
G=32.36%
B=27.52%

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
Decimal20716714200.190.310.1923.0840.3768.43
HexCFA78E0131F13172844
Octal31724721602337232750104
Binary1100111110100111100011100100111111110011101111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA78E; }

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

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

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

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

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

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

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

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