Html Css Color HEX #CEA48C Cameo

📋 copy color: '#CEA48C'

red 206 ◦ green 164 ◦ blue 140

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

Shades of Cameo #CEA48C

Tints of Cameo #CEA48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 40.39%
G = 32.16%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA48C (or 0xCEA48C) is known color: Cameo. HEX triplet: CE, A4 and 8C. RGB value is (206,164,140). Sum of RGB (Red+Green+Blue) = 206+164+140=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA48C is #315B73. Grayscale: #ADADAD. Windows color (decimal): -3234676 or 9217230. OLE color: 9217230.

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

Color convert

RGB 206 164 140 -
CMYK 0 0.20 0.32 0.19
HSL 21.82º 0.4% 0.68% -
HSV(B) 21.82º 0.32% 0.81% -
XYZ 43.46 41.57 30.54 -
YUV 173.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 206 164 140 0 0.20 0.32 0.19 21.82 0.4 0.68
Hex CE A4 8C 0 14 20 13 16 28 44
Octal 316 244 214 0 24 40 23 26 50 104
Binary 11001110 10100100 10001100 0 10100 100000 10011 10110 101000 1000100

Color Harmonies of #CEA48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA48C

Black with #CEA48C

Text Example


Text Example

White with #CEA48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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