Html Css Color HEX #C4B49F Sour Dough

📋 copy color: '#C4B49F'

red 196 ◦ green 180 ◦ blue 159

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

Shades of Sour Dough #C4B49F

Tints of Sour Dough #C4B49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

 BLUE value IS 159 (62.5% from 255) = 29.72%

R = 36.64%
G = 33.64%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4B49F (or 0xC4B49F) is known color: Sour Dough. HEX triplet: C4, B4 and 9F. RGB value is (196,180,159). Sum of RGB (Red+Green+Blue) = 196+180+159=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B49F is #3B4B60. Grayscale: #B6B6B6. Windows color (decimal): -3885921 or 10466500. OLE color: 10466500.

HSL color Cylindrical-coordinate representation of color #C4B49F: hue angle of 34.05º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B49F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 180 159 -
CMYK 0 0.08 0.19 0.23
HSL 34.05º 0.24% 0.7% -
HSV(B) 34.05º 0.19% 0.77% -
XYZ 45.34 46.88 39.46 -
YUV 182.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 196 180 159 0 0.08 0.19 0.23 34.05 0.24 0.7
Hex C4 B4 9F 0 8 13 17 22 18 46
Octal 304 264 237 0 10 23 27 42 30 106
Binary 11000100 10110100 10011111 0 1000 10011 10111 100010 11000 1000110

Color Harmonies of #C4B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B49F

Black with #C4B49F

Text Example


Text Example

White with #C4B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B49F; }

 p { color: rgb(196,180,159); }

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

background-color css

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

 a { background-color: rgb(196,180,159); }

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

border-color css

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

 span { border-color: rgb(196,180,159); }

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