Html Css Color HEX #CEB894 Sour Dough

📋 copy color: '#CEB894'

red 206 ◦ green 184 ◦ blue 148

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

Shades of Sour Dough #CEB894

Tints of Sour Dough #CEB894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.2%

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

R = 38.29%
G = 34.2%
B = 27.51%

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

#CEB894 (or 0xCEB894) is known color: Sour Dough. HEX triplet: CE, B8 and 94. RGB value is (206,184,148). Sum of RGB (Red+Green+Blue) = 206+184+148=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB894 is #31476B. Grayscale: #BABABA. Windows color (decimal): -3229548 or 9746638. OLE color: 9746638.

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

Color convert

RGB 206 184 148 -
CMYK 0 0.11 0.28 0.19
HSL 37.24º 0.37% 0.69% -
HSV(B) 37.24º 0.28% 0.81% -
XYZ 47.94 49.54 35.05 -
YUV 186.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 206 184 148 0 0.11 0.28 0.19 37.24 0.37 0.69
Hex CE B8 94 0 B 1C 13 25 25 45
Octal 316 270 224 0 13 34 23 45 45 105
Binary 11001110 10111000 10010100 0 1011 11100 10011 100101 100101 1000101

Color Harmonies of #CEB894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB894

Black with #CEB894

Text Example


Text Example

White with #CEB894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB894; }

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

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

background-color css

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

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

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

border-color css

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

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

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