Html Css Color HEX #C3B197 Sour Dough

📋 copy color: '#C3B197'

red 195 ◦ green 177 ◦ blue 151

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

Shades of Sour Dough #C3B197

Tints of Sour Dough #C3B197

RGB

 RED value IS 195 (76.56% from 255) = 37.28%

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

 BLUE value IS 151 (59.38% from 255) = 28.87%

R = 37.28%
G = 33.84%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C3B197 (or 0xC3B197) is known color: Sour Dough. HEX triplet: C3, B1 and 97. RGB value is (195,177,151). Sum of RGB (Red+Green+Blue) = 195+177+151=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B197 is #3C4E68. Grayscale: #B3B3B3. Windows color (decimal): -3952233 or 9941443. OLE color: 9941443.

HSL color Cylindrical-coordinate representation of color #C3B197: hue angle of 35.45º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3B197 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 177 151 -
CMYK 0 0.09 0.23 0.24
HSL 35.45º 0.27% 0.68% -
HSV(B) 35.45º 0.23% 0.76% -
XYZ 43.81 45.28 35.71 -
YUV 179.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 195 177 151 0 0.09 0.23 0.24 35.45 0.27 0.68
Hex C3 B1 97 0 9 17 18 23 1B 44
Octal 303 261 227 0 11 27 30 43 33 104
Binary 11000011 10110001 10010111 0 1001 10111 11000 100011 11011 1000100

Color Harmonies of #C3B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B197

Black with #C3B197

Text Example


Text Example

White with #C3B197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B197; }

 p { color: rgb(195,177,151); }

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

background-color css

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

 a { background-color: rgb(195,177,151); }

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

border-color css

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

 span { border-color: rgb(195,177,151); }

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