Html Css Color HEX #CEB995 Sour Dough

📋 copy color: '#CEB995'

red 206 ◦ green 185 ◦ blue 149

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

Shades of Sour Dough #CEB995

Tints of Sour Dough #CEB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.26%

 BLUE value IS 149 (58.59% from 255) = 27.59%

R = 38.15%
G = 34.26%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEB995 (or 0xCEB995) is known color: Sour Dough. HEX triplet: CE, B9 and 95. RGB value is (206,185,149). Sum of RGB (Red+Green+Blue) = 206+185+149=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB995 is #31466A. Grayscale: #BBBBBB. Windows color (decimal): -3229291 or 9812430. OLE color: 9812430.

HSL color Cylindrical-coordinate representation of color #CEB995: hue angle of 37.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB995 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 149 -
CMYK 0 0.10 0.28 0.19
HSL 37.89º 0.37% 0.7% -
HSV(B) 37.89º 0.28% 0.81% -
XYZ 48.23 49.99 35.54 -
YUV 187.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 206 185 149 0 0.10 0.28 0.19 37.89 0.37 0.7
Hex CE B9 95 0 A 1C 13 26 25 46
Octal 316 271 225 0 12 34 23 46 45 106
Binary 11001110 10111001 10010101 0 1010 11100 10011 100110 100101 1000110

Color Harmonies of #CEB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB995

Black with #CEB995

Text Example


Text Example

White with #CEB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB995; }

 p { color: rgb(206,185,149); }

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

background-color css

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

 a { background-color: rgb(206,185,149); }

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

border-color css

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

 span { border-color: rgb(206,185,149); }

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