Html Css Color HEX #CEA47C Cameo

📋 copy color: '#CEA47C'

red 206 ◦ green 164 ◦ blue 124

#CEA47C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #CEA47C

Tints of Cameo #CEA47C

RGB

 RED value IS 206 (80.86% from 255) = 41.7%

 GREEN value IS 164 (64.45% from 255) = 33.2%

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 41.7%
G = 33.2%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEA47C (or 0xCEA47C) is known color: Cameo. HEX triplet: CE, A4 and 7C. RGB value is (206,164,124). Sum of RGB (Red+Green+Blue) = 206+164+124=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA47C is #315B83. Grayscale: #ACACAC. Windows color (decimal): -3234692 or 8168654. OLE color: 8168654.

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

Color convert

RGB 206 164 124 -
CMYK 0 0.20 0.40 0.19
HSL 29.27º 0.46% 0.65% -
HSV(B) 29.27º 0.4% 0.81% -
XYZ 42.37 41.13 24.77 -
YUV 172 100.91 152.25 -
System Red Green Blue C M Y K H S L
Decimal 206 164 124 0 0.20 0.40 0.19 29.27 0.46 0.65
Hex CE A4 7C 0 14 28 13 1D 2E 41
Octal 316 244 174 0 24 50 23 35 56 101
Binary 11001110 10100100 1111100 0 10100 101000 10011 11101 101110 1000001

Color Harmonies of #CEA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA47C

Black with #CEA47C

Text Example


Text Example

White with #CEA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA47C; }

 p { color: rgb(206,164,124); }

 H1.HeaderClassName
 {
   color: #CEA47C;
 }
 .AnyTagClassName
 {
   color: #CEA47C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,164,124); }

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

border-color css

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

 span { border-color: rgb(206,164,124); }

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