Html Css Color HEX #C4B19E Sour Dough

📋 copy color: '#C4B19E'

red 196 ◦ green 177 ◦ blue 158

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

Shades of Sour Dough #C4B19E

Tints of Sour Dough #C4B19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.33%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 36.91%
G = 33.33%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4B19E (or 0xC4B19E) is known color: Sour Dough. HEX triplet: C4, B1 and 9E. RGB value is (196,177,158). Sum of RGB (Red+Green+Blue) = 196+177+158=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B19E is #3B4E61. Grayscale: #B4B4B4. Windows color (decimal): -3886690 or 10400196. OLE color: 10400196.

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

Color convert

RGB 196 177 158 -
CMYK 0 0.10 0.19 0.23
HSL 30º 0.24% 0.69% -
HSV(B) 30º 0.19% 0.77% -
XYZ 44.66 45.65 38.81 -
YUV 180.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 196 177 158 0 0.10 0.19 0.23 30 0.24 0.69
Hex C4 B1 9E 0 A 13 17 1E 18 45
Octal 304 261 236 0 12 23 27 36 30 105
Binary 11000100 10110001 10011110 0 1010 10011 10111 11110 11000 1000101

Color Harmonies of #C4B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B19E

Black with #C4B19E

Text Example


Text Example

White with #C4B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B19E; }

 p { color: rgb(196,177,158); }

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

background-color css

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

 a { background-color: rgb(196,177,158); }

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

border-color css

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

 span { border-color: rgb(196,177,158); }

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