Html Css Color HEX #CEB994 Sour Dough

📋 copy color: '#CEB994'

red 206 ◦ green 185 ◦ blue 148

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

Shades of Sour Dough #CEB994

Tints of Sour Dough #CEB994

RGB

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

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

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

R = 38.22%
G = 34.32%
B = 27.46%

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

#CEB994 (or 0xCEB994) is known color: Sour Dough. HEX triplet: CE, B9 and 94. RGB value is (206,185,148). Sum of RGB (Red+Green+Blue) = 206+185+148=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB994 is #31466B. Grayscale: #BBBBBB. Windows color (decimal): -3229292 or 9746894. OLE color: 9746894.

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

Color convert

RGB 206 185 148 -
CMYK 0 0.10 0.28 0.19
HSL 38.28º 0.37% 0.69% -
HSV(B) 38.28º 0.28% 0.81% -
XYZ 48.15 49.96 35.12 -
YUV 187.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 206 185 148 0 0.10 0.28 0.19 38.28 0.37 0.69
Hex CE B9 94 0 A 1C 13 26 25 45
Octal 316 271 224 0 12 34 23 46 45 105
Binary 11001110 10111001 10010100 0 1010 11100 10011 100110 100101 1000101

Color Harmonies of #CEB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB994

Black with #CEB994

Text Example


Text Example

White with #CEB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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