Html Css Color HEX #C5B29C Sour Dough

📋 copy color: '#C5B29C'

red 197 ◦ green 178 ◦ blue 156

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

Shades of Sour Dough #C5B29C

Tints of Sour Dough #C5B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 156 (61.33% from 255) = 29.38%

R = 37.1%
G = 33.52%
B = 29.38%

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

#C5B29C (or 0xC5B29C) is known color: Sour Dough. HEX triplet: C5, B2 and 9C. RGB value is (197,178,156). Sum of RGB (Red+Green+Blue) = 197+178+156=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B29C is #3A4D63. Grayscale: #B5B5B5. Windows color (decimal): -3820900 or 10269381. OLE color: 10269381.

HSL color Cylindrical-coordinate representation of color #C5B29C: 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 #C5B29C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 156 -
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.95 46.11 37.98 -
YUV 181.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 197 178 156 0 0.10 0.21 0.23 32.2 0.26 0.69
Hex C5 B2 9C 0 A 15 17 20 1A 45
Octal 305 262 234 0 12 25 27 40 32 105
Binary 11000101 10110010 10011100 0 1010 10101 10111 100000 11010 1000101

Color Harmonies of #C5B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B29C

Black with #C5B29C

Text Example


Text Example

White with #C5B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B29C; }

 p { color: rgb(197,178,156); }

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

background-color css

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

 a { background-color: rgb(197,178,156); }

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

border-color css

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

 span { border-color: rgb(197,178,156); }

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