Html Css Color HEX #C2B19E Sour Dough

📋 copy color: '#C2B19E'

red 194 ◦ green 177 ◦ blue 158

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

Shades of Sour Dough #C2B19E

Tints of Sour Dough #C2B19E

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

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

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

R = 36.67%
G = 33.46%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B19E (or 0xC2B19E) is known color: Sour Dough. HEX triplet: C2, B1 and 9E. RGB value is (194,177,158). Sum of RGB (Red+Green+Blue) = 194+177+158=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B19E is #3D4E61. Grayscale: #B4B4B4. Windows color (decimal): -4017762 or 10400194. OLE color: 10400194.

HSL color Cylindrical-coordinate representation of color #C2B19E: hue angle of 31.67º degrees, saturation: 0.23, 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 #C2B19E is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 158 -
CMYK 0 0.09 0.19 0.24
HSL 31.67º 0.23% 0.69% -
HSV(B) 31.67º 0.19% 0.76% -
XYZ 44.14 45.38 38.78 -
YUV 179.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 194 177 158 0 0.09 0.19 0.24 31.67 0.23 0.69
Hex C2 B1 9E 0 9 13 18 20 17 45
Octal 302 261 236 0 11 23 30 40 27 105
Binary 11000010 10110001 10011110 0 1001 10011 11000 100000 10111 1000101

Color Harmonies of #C2B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B19E

Black with #C2B19E

Text Example


Text Example

White with #C2B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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