Html Css Color HEX #CEA38D Cameo

📋 copy color: '#CEA38D'

red 206 ◦ green 163 ◦ blue 141

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

Shades of Cameo #CEA38D

Tints of Cameo #CEA38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.96%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 40.39%
G = 31.96%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEA38D (or 0xCEA38D) is known color: Cameo. HEX triplet: CE, A3 and 8D. RGB value is (206,163,141). Sum of RGB (Red+Green+Blue) = 206+163+141=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA38D is #315C72. Grayscale: #ADADAD. Windows color (decimal): -3234931 or 9282510. OLE color: 9282510.

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

Color convert

RGB 206 163 141 -
CMYK 0 0.21 0.32 0.19
HSL 20.31º 0.4% 0.68% -
HSV(B) 20.31º 0.32% 0.81% -
XYZ 43.36 41.24 30.87 -
YUV 173.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 206 163 141 0 0.21 0.32 0.19 20.31 0.4 0.68
Hex CE A3 8D 0 15 20 13 14 28 44
Octal 316 243 215 0 25 40 23 24 50 104
Binary 11001110 10100011 10001101 0 10101 100000 10011 10100 101000 1000100

Color Harmonies of #CEA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA38D

Black with #CEA38D

Text Example


Text Example

White with #CEA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA38D; }

 p { color: rgb(206,163,141); }

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

background-color css

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

 a { background-color: rgb(206,163,141); }

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

border-color css

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

 span { border-color: rgb(206,163,141); }

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