Html Css Color HEX #C8B598 Sour Dough

📋 copy color: '#C8B598'

red 200 ◦ green 181 ◦ blue 152

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

Shades of Sour Dough #C8B598

Tints of Sour Dough #C8B598

RGB

 RED value IS 200 (78.52% from 255) = 37.52%

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

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

R = 37.52%
G = 33.96%
B = 28.52%

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

#C8B598 (or 0xC8B598) is known color: Sour Dough. HEX triplet: C8, B5 and 98. RGB value is (200,181,152). Sum of RGB (Red+Green+Blue) = 200+181+152=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B598 is #374A67. Grayscale: #B7B7B7. Windows color (decimal): -3623528 or 10008008. OLE color: 10008008.

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

Color convert

RGB 200 181 152 -
CMYK 0 0.09 0.24 0.22
HSL 36.25º 0.3% 0.69% -
HSV(B) 36.25º 0.24% 0.78% -
XYZ 46.01 47.59 36.47 -
YUV 183.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 200 181 152 0 0.09 0.24 0.22 36.25 0.3 0.69
Hex C8 B5 98 0 9 18 16 24 1E 45
Octal 310 265 230 0 11 30 26 44 36 105
Binary 11001000 10110101 10011000 0 1001 11000 10110 100100 11110 1000101

Color Harmonies of #C8B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B598

Black with #C8B598

Text Example


Text Example

White with #C8B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B598; }

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

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

background-color css

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

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

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

border-color css

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

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

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