#CFA78A

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

Shades of Cameo #CFA78A

Tints of Cameo #CFA78A

Color information

#CFA78A (or 0xCFA78A) is unknown color: approx Cameo. HEX triplet: CF, A7 and 8A. RGB value is (207,167,138). Sum of RGB (Red+Green+Blue) = 207+167+138=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA78A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA78A is #305875. Grayscale: #AFAFAF. Windows color (decimal): -3168374 or 9086927. OLE color: 9086927.

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

Color convert

RGB207167138-
CMYK00.190.330.19
HSL25.22º41.82%67.65%-
HSV(B)25.22º33.33%81.18%-
XYZ44.1442.7429.97-
YUV175.65106.75150.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=40.43%
G=32.62%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716713800.190.330.1925.2241.8267.65
HexCFA78A0132113192a44
Octal31724721202341233152104
Binary11001111101001111000101001001110000110011110011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA78A; }

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

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

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

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

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

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

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

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