Html Css Color HEX #CEB996 Sour Dough

📋 copy color: '#CEB996'

red 206 ◦ green 185 ◦ blue 150

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

Shades of Sour Dough #CEB996

Tints of Sour Dough #CEB996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 38.08%
G = 34.2%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#CEB996 (or 0xCEB996) is known color: Sour Dough. HEX triplet: CE, B9 and 96. RGB value is (206,185,150). Sum of RGB (Red+Green+Blue) = 206+185+150=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB996 is #314669. Grayscale: #BBBBBB. Windows color (decimal): -3229290 or 9877966. OLE color: 9877966.

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

Color convert

RGB 206 185 150 -
CMYK 0 0.10 0.27 0.19
HSL 37.5º 0.36% 0.7% -
HSV(B) 37.5º 0.27% 0.81% -
XYZ 48.31 50.02 35.96 -
YUV 187.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 206 185 150 0 0.10 0.27 0.19 37.5 0.36 0.7
Hex CE B9 96 0 A 1B 13 26 24 46
Octal 316 271 226 0 12 33 23 46 44 106
Binary 11001110 10111001 10010110 0 1010 11011 10011 100110 100100 1000110

Color Harmonies of #CEB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB996

Black with #CEB996

Text Example


Text Example

White with #CEB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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