Html Css Color HEX #C4B19B Sour Dough

📋 copy color: '#C4B19B'

red 196 ◦ green 177 ◦ blue 155

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

Shades of Sour Dough #C4B19B

Tints of Sour Dough #C4B19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 37.12%
G = 33.52%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4B19B (or 0xC4B19B) is known color: Sour Dough. HEX triplet: C4, B1 and 9B. RGB value is (196,177,155). Sum of RGB (Red+Green+Blue) = 196+177+155=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B19B is #3B4E64. Grayscale: #B4B4B4. Windows color (decimal): -3886693 or 10203588. OLE color: 10203588.

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

Color convert

RGB 196 177 155 -
CMYK 0 0.10 0.21 0.23
HSL 32.2º 0.26% 0.69% -
HSV(B) 32.2º 0.21% 0.77% -
XYZ 44.4 45.55 37.46 -
YUV 180.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 196 177 155 0 0.10 0.21 0.23 32.2 0.26 0.69
Hex C4 B1 9B 0 A 15 17 20 1A 45
Octal 304 261 233 0 12 25 27 40 32 105
Binary 11000100 10110001 10011011 0 1010 10101 10111 100000 11010 1000101

Color Harmonies of #C4B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B19B

Black with #C4B19B

Text Example


Text Example

White with #C4B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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