Html Css Color HEX #C4B096 Sour Dough

📋 copy color: '#C4B096'

red 196 ◦ green 176 ◦ blue 150

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

Shades of Sour Dough #C4B096

Tints of Sour Dough #C4B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

 BLUE value IS 150 (58.98% from 255) = 28.74%

R = 37.55%
G = 33.72%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C4B096 (or 0xC4B096) is known color: Sour Dough. HEX triplet: C4, B0 and 96. RGB value is (196,176,150). Sum of RGB (Red+Green+Blue) = 196+176+150=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B096 is #3B4F69. Grayscale: #B3B3B3. Windows color (decimal): -3886954 or 9875652. OLE color: 9875652.

HSL color Cylindrical-coordinate representation of color #C4B096: hue angle of 33.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B096 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 150 -
CMYK 0 0.10 0.23 0.23
HSL 33.91º 0.28% 0.68% -
HSV(B) 33.91º 0.23% 0.77% -
XYZ 43.8 44.99 35.23 -
YUV 179.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 196 176 150 0 0.10 0.23 0.23 33.91 0.28 0.68
Hex C4 B0 96 0 A 17 17 22 1C 44
Octal 304 260 226 0 12 27 27 42 34 104
Binary 11000100 10110000 10010110 0 1010 10111 10111 100010 11100 1000100

Color Harmonies of #C4B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B096

Black with #C4B096

Text Example


Text Example

White with #C4B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B096; }

 p { color: rgb(196,176,150); }

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

background-color css

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

 a { background-color: rgb(196,176,150); }

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

border-color css

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

 span { border-color: rgb(196,176,150); }

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