#CEA78B

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

Shades of Cameo #CEA78B

Tints of Cameo #CEA78B

Color information

#CEA78B (or 0xCEA78B) is unknown color: approx Cameo. HEX triplet: CE, A7 and 8B. RGB value is (206,167,139). Sum of RGB (Red+Green+Blue) = 206+167+139=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA78B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA78B is #315874. Grayscale: #AFAFAF. Windows color (decimal): -3233909 or 9152462. OLE color: 9152462.

HSL color Cylindrical-coordinate representation of color #CEA78B: hue angle of 25.07º degrees, saturation: 0.41, 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 #CEA78B is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206167139-
CMYK00.190.330.19
HSL25.07º40.61%67.65%-
HSV(B)25.07º32.52%80.78%-
XYZ43.9342.6230.34-
YUV175.47107.42149.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=40.23%
G=32.62%
B=27.15%

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
Decimal20616713900.190.330.1925.0740.6167.65
HexCEA78B0132113192944
Octal31624721302341233151104
Binary11001110101001111000101101001110000110011110011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA78B; }

 p { color: rgb(206,167,139); }

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

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

 a { background-color: rgb(206,167,139); }

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

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

 span { border-color: rgb(206,167,139); }

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