Html Css Color HEX #CEB48D Tan

📋 copy color: '#CEB48D'

red 206 ◦ green 180 ◦ blue 141

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

Shades of Tan #CEB48D

Tints of Tan #CEB48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

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

R = 39.09%
G = 34.16%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CEB48D (or 0xCEB48D) is known color: Tan. HEX triplet: CE, B4 and 8D. RGB value is (206,180,141). Sum of RGB (Red+Green+Blue) = 206+180+141=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB48D is #314B72. Grayscale: #B7B7B7. Windows color (decimal): -3230579 or 9286862. OLE color: 9286862.

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

Color convert

RGB 206 180 141 -
CMYK 0 0.13 0.32 0.19
HSL 36º 0.4% 0.68% -
HSV(B) 36º 0.32% 0.81% -
XYZ 46.58 47.69 31.95 -
YUV 183.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 206 180 141 0 0.13 0.32 0.19 36 0.4 0.68
Hex CE B4 8D 0 D 20 13 24 28 44
Octal 316 264 215 0 15 40 23 44 50 104
Binary 11001110 10110100 10001101 0 1101 100000 10011 100100 101000 1000100

Color Harmonies of #CEB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB48D

Black with #CEB48D

Text Example


Text Example

White with #CEB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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