Html Css Color HEX #C4B29D Sour Dough

📋 copy color: '#C4B29D'

red 196 ◦ green 178 ◦ blue 157

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

Shades of Sour Dough #C4B29D

Tints of Sour Dough #C4B29D

RGB

 RED value IS 196 (76.95% from 255) = 36.91%

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

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

R = 36.91%
G = 33.52%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4B29D (or 0xC4B29D) is known color: Sour Dough. HEX triplet: C4, B2 and 9D. RGB value is (196,178,157). Sum of RGB (Red+Green+Blue) = 196+178+157=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B29D is #3B4D62. Grayscale: #B5B5B5. Windows color (decimal): -3886435 or 10334916. OLE color: 10334916.

HSL color Cylindrical-coordinate representation of color #C4B29D: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4B29D is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 157 -
CMYK 0 0.09 0.20 0.23
HSL 32.31º 0.25% 0.69% -
HSV(B) 32.31º 0.2% 0.77% -
XYZ 44.77 46.01 38.42 -
YUV 180.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 196 178 157 0 0.09 0.20 0.23 32.31 0.25 0.69
Hex C4 B2 9D 0 9 14 17 20 19 45
Octal 304 262 235 0 11 24 27 40 31 105
Binary 11000100 10110010 10011101 0 1001 10100 10111 100000 11001 1000101

Color Harmonies of #C4B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B29D

Black with #C4B29D

Text Example


Text Example

White with #C4B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B29D; }

 p { color: rgb(196,178,157); }

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

background-color css

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

 a { background-color: rgb(196,178,157); }

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

border-color css

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

 span { border-color: rgb(196,178,157); }

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