Html Css Color HEX #C4B398 Sour Dough

📋 copy color: '#C4B398'

red 196 ◦ green 179 ◦ blue 152

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

Shades of Sour Dough #C4B398

Tints of Sour Dough #C4B398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 37.19%
G = 33.97%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C4B398 (or 0xC4B398) is known color: Sour Dough. HEX triplet: C4, B3 and 98. RGB value is (196,179,152). Sum of RGB (Red+Green+Blue) = 196+179+152=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B398 is #3B4C67. Grayscale: #B5B5B5. Windows color (decimal): -3886184 or 10007492. OLE color: 10007492.

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

Color convert

RGB 196 179 152 -
CMYK 0 0.09 0.22 0.23
HSL 36.82º 0.27% 0.68% -
HSV(B) 36.82º 0.22% 0.77% -
XYZ 44.55 46.24 36.28 -
YUV 181.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 196 179 152 0 0.09 0.22 0.23 36.82 0.27 0.68
Hex C4 B3 98 0 9 16 17 25 1B 44
Octal 304 263 230 0 11 26 27 45 33 104
Binary 11000100 10110011 10011000 0 1001 10110 10111 100101 11011 1000100

Color Harmonies of #C4B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B398

Black with #C4B398

Text Example


Text Example

White with #C4B398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B398; }

 p { color: rgb(196,179,152); }

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

background-color css

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

 a { background-color: rgb(196,179,152); }

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

border-color css

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

 span { border-color: rgb(196,179,152); }

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