Html Css Color HEX #C5B19B Sour Dough

📋 copy color: '#C5B19B'

red 197 ◦ green 177 ◦ blue 155

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

Shades of Sour Dough #C5B19B

Tints of Sour Dough #C5B19B

RGB

 RED value IS 197 (77.34% from 255) = 37.24%

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

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

R = 37.24%
G = 33.46%
B = 29.3%

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

#C5B19B (or 0xC5B19B) is known color: Sour Dough. HEX triplet: C5, B1 and 9B. RGB value is (197,177,155). Sum of RGB (Red+Green+Blue) = 197+177+155=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B19B is #3A4E64. Grayscale: #B4B4B4. Windows color (decimal): -3821157 or 10203589. OLE color: 10203589.

HSL color Cylindrical-coordinate representation of color #C5B19B: hue angle of 31.43º degrees, saturation: 0.27, 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 #C5B19B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 155 -
CMYK 0 0.10 0.21 0.23
HSL 31.43º 0.27% 0.69% -
HSV(B) 31.43º 0.21% 0.77% -
XYZ 44.66 45.68 37.47 -
YUV 180.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 197 177 155 0 0.10 0.21 0.23 31.43 0.27 0.69
Hex C5 B1 9B 0 A 15 17 1F 1B 45
Octal 305 261 233 0 12 25 27 37 33 105
Binary 11000101 10110001 10011011 0 1010 10101 10111 11111 11011 1000101

Color Harmonies of #C5B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B19B

Black with #C5B19B

Text Example


Text Example

White with #C5B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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