Html Css Color HEX #C7B598 Sour Dough

📋 copy color: '#C7B598'

red 199 ◦ green 181 ◦ blue 152

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

Shades of Sour Dough #C7B598

Tints of Sour Dough #C7B598

RGB

 RED value IS 199 (78.13% from 255) = 37.41%

 GREEN value IS 181 (71.09% from 255) = 34.02%

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

R = 37.41%
G = 34.02%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C7B598 (or 0xC7B598) is known color: Sour Dough. HEX triplet: C7, B5 and 98. RGB value is (199,181,152). Sum of RGB (Red+Green+Blue) = 199+181+152=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B598 is #384A67. Grayscale: #B7B7B7. Windows color (decimal): -3689064 or 10008007. OLE color: 10008007.

HSL color Cylindrical-coordinate representation of color #C7B598: hue angle of 37.02º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7B598 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 181 152 -
CMYK 0 0.09 0.24 0.22
HSL 37.02º 0.3% 0.69% -
HSV(B) 37.02º 0.24% 0.78% -
XYZ 45.74 47.46 36.45 -
YUV 183.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 199 181 152 0 0.09 0.24 0.22 37.02 0.3 0.69
Hex C7 B5 98 0 9 18 16 25 1E 45
Octal 307 265 230 0 11 30 26 45 36 105
Binary 11000111 10110101 10011000 0 1001 11000 10110 100101 11110 1000101

Color Harmonies of #C7B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B598

Black with #C7B598

Text Example


Text Example

White with #C7B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B598; }

 p { color: rgb(199,181,152); }

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

background-color css

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

 a { background-color: rgb(199,181,152); }

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

border-color css

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

 span { border-color: rgb(199,181,152); }

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