Html Css Color HEX #C4B298 Sour Dough

📋 copy color: '#C4B298'

red 196 ◦ green 178 ◦ blue 152

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

Shades of Sour Dough #C4B298

Tints of Sour Dough #C4B298

RGB

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

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

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

R = 37.26%
G = 33.84%
B = 28.9%

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

#C4B298 (or 0xC4B298) is known color: Sour Dough. HEX triplet: C4, B2 and 98. RGB value is (196,178,152). Sum of RGB (Red+Green+Blue) = 196+178+152=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B298 is #3B4D67. Grayscale: #B4B4B4. Windows color (decimal): -3886440 or 10007236. OLE color: 10007236.

HSL color Cylindrical-coordinate representation of color #C4B298: hue angle of 35.45º 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 #C4B298 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 152 -
CMYK 0 0.09 0.22 0.23
HSL 35.45º 0.27% 0.68% -
HSV(B) 35.45º 0.22% 0.77% -
XYZ 44.35 45.84 36.22 -
YUV 180.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 196 178 152 0 0.09 0.22 0.23 35.45 0.27 0.68
Hex C4 B2 98 0 9 16 17 23 1B 44
Octal 304 262 230 0 11 26 27 43 33 104
Binary 11000100 10110010 10011000 0 1001 10110 10111 100011 11011 1000100

Color Harmonies of #C4B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B298

Black with #C4B298

Text Example


Text Example

White with #C4B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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