Html Css Color HEX #C1B19D Sour Dough

📋 copy color: '#C1B19D'

red 193 ◦ green 177 ◦ blue 157

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

Shades of Sour Dough #C1B19D

Tints of Sour Dough #C1B19D

RGB

 RED value IS 193 (75.78% from 255) = 36.62%

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

 BLUE value IS 157 (61.72% from 255) = 29.79%

R = 36.62%
G = 33.59%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1B19D (or 0xC1B19D) is known color: Sour Dough. HEX triplet: C1, B1 and 9D. RGB value is (193,177,157). Sum of RGB (Red+Green+Blue) = 193+177+157=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B19D is #3E4E62. Grayscale: #B3B3B3. Windows color (decimal): -4083299 or 10334657. OLE color: 10334657.

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

Color convert

RGB 193 177 157 -
CMYK 0 0.08 0.19 0.24
HSL 33.33º 0.23% 0.69% -
HSV(B) 33.33º 0.19% 0.76% -
XYZ 43.8 45.22 38.32 -
YUV 179.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 193 177 157 0 0.08 0.19 0.24 33.33 0.23 0.69
Hex C1 B1 9D 0 8 13 18 21 16 45
Octal 301 261 235 0 10 23 30 41 26 105
Binary 11000001 10110001 10011101 0 1000 10011 11000 100001 10110 1000101

Color Harmonies of #C1B19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B19D

Black with #C1B19D

Text Example


Text Example

White with #C1B19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B19D; }

 p { color: rgb(193,177,157); }

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

background-color css

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

 a { background-color: rgb(193,177,157); }

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

border-color css

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

 span { border-color: rgb(193,177,157); }

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