Html Css Color HEX #CEB794 Sour Dough

📋 copy color: '#CEB794'

red 206 ◦ green 183 ◦ blue 148

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

Shades of Sour Dough #CEB794

Tints of Sour Dough #CEB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 148 (58.2% from 255) = 27.56%

R = 38.36%
G = 34.08%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CEB794 (or 0xCEB794) is known color: Sour Dough. HEX triplet: CE, B7 and 94. RGB value is (206,183,148). Sum of RGB (Red+Green+Blue) = 206+183+148=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB794 is #31486B. Grayscale: #BABABA. Windows color (decimal): -3229804 or 9746382. OLE color: 9746382.

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

Color convert

RGB 206 183 148 -
CMYK 0 0.11 0.28 0.19
HSL 36.21º 0.37% 0.69% -
HSV(B) 36.21º 0.28% 0.81% -
XYZ 47.73 49.13 34.98 -
YUV 185.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 206 183 148 0 0.11 0.28 0.19 36.21 0.37 0.69
Hex CE B7 94 0 B 1C 13 24 25 45
Octal 316 267 224 0 13 34 23 44 45 105
Binary 11001110 10110111 10010100 0 1011 11100 10011 100100 100101 1000101

Color Harmonies of #CEB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB794

Black with #CEB794

Text Example


Text Example

White with #CEB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB794; }

 p { color: rgb(206,183,148); }

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

background-color css

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

 a { background-color: rgb(206,183,148); }

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

border-color css

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

 span { border-color: rgb(206,183,148); }

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