Html Css Color HEX #CEB692 Tan

📋 copy color: '#CEB692'

red 206 ◦ green 182 ◦ blue 146

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

Shades of Tan #CEB692

Tints of Tan #CEB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

 BLUE value IS 146 (57.42% from 255) = 27.34%

R = 38.58%
G = 34.08%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CEB692 (or 0xCEB692) is known color: Tan. HEX triplet: CE, B6 and 92. RGB value is (206,182,146). Sum of RGB (Red+Green+Blue) = 206+182+146=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB692 is #31496D. Grayscale: #B9B9B9. Windows color (decimal): -3230062 or 9615054. OLE color: 9615054.

HSL color Cylindrical-coordinate representation of color #CEB692: hue angle of 36º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEB692 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 146 -
CMYK 0 0.12 0.29 0.19
HSL 36º 0.38% 0.69% -
HSV(B) 36º 0.29% 0.81% -
XYZ 47.37 48.65 34.09 -
YUV 185.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 206 182 146 0 0.12 0.29 0.19 36 0.38 0.69
Hex CE B6 92 0 C 1D 13 24 26 45
Octal 316 266 222 0 14 35 23 44 46 105
Binary 11001110 10110110 10010010 0 1100 11101 10011 100100 100110 1000101

Color Harmonies of #CEB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB692

Black with #CEB692

Text Example


Text Example

White with #CEB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB692; }

 p { color: rgb(206,182,146); }

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

background-color css

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

 a { background-color: rgb(206,182,146); }

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

border-color css

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

 span { border-color: rgb(206,182,146); }

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