Html Css Color HEX #C4B399 Sour Dough

📋 copy color: '#C4B399'

red 196 ◦ green 179 ◦ blue 153

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

Shades of Sour Dough #C4B399

Tints of Sour Dough #C4B399

RGB

 RED value IS 196 (76.95% from 255) = 37.12%

 GREEN value IS 179 (70.31% from 255) = 33.9%

 BLUE value IS 153 (60.16% from 255) = 28.98%

R = 37.12%
G = 33.9%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4B399 (or 0xC4B399) is known color: Sour Dough. HEX triplet: C4, B3 and 99. RGB value is (196,179,153). Sum of RGB (Red+Green+Blue) = 196+179+153=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B399 is #3B4C66. Grayscale: #B5B5B5. Windows color (decimal): -3886183 or 10073028. OLE color: 10073028.

HSL color Cylindrical-coordinate representation of color #C4B399: hue angle of 36.28º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4B399 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 153 -
CMYK 0 0.09 0.22 0.23
HSL 36.28º 0.27% 0.68% -
HSV(B) 36.28º 0.22% 0.77% -
XYZ 44.63 46.28 36.72 -
YUV 181.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 196 179 153 0 0.09 0.22 0.23 36.28 0.27 0.68
Hex C4 B3 99 0 9 16 17 24 1B 44
Octal 304 263 231 0 11 26 27 44 33 104
Binary 11000100 10110011 10011001 0 1001 10110 10111 100100 11011 1000100

Color Harmonies of #C4B399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B399

Black with #C4B399

Text Example


Text Example

White with #C4B399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B399; }

 p { color: rgb(196,179,153); }

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

background-color css

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

 a { background-color: rgb(196,179,153); }

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

border-color css

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

 span { border-color: rgb(196,179,153); }

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