Html Css Color HEX #C8B198 Sour Dough

📋 copy color: '#C8B198'

red 200 ◦ green 177 ◦ blue 152

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

Shades of Sour Dough #C8B198

Tints of Sour Dough #C8B198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.46%

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

R = 37.81%
G = 33.46%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C8B198 (or 0xC8B198) is known color: Sour Dough. HEX triplet: C8, B1 and 98. RGB value is (200,177,152). Sum of RGB (Red+Green+Blue) = 200+177+152=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B198 is #374E67. Grayscale: #B5B5B5. Windows color (decimal): -3624552 or 10006984. OLE color: 10006984.

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

Color convert

RGB 200 177 152 -
CMYK 0 0.12 0.24 0.22
HSL 31.25º 0.3% 0.69% -
HSV(B) 31.25º 0.24% 0.78% -
XYZ 45.21 45.99 36.2 -
YUV 181.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 200 177 152 0 0.12 0.24 0.22 31.25 0.3 0.69
Hex C8 B1 98 0 C 18 16 1F 1E 45
Octal 310 261 230 0 14 30 26 37 36 105
Binary 11001000 10110001 10011000 0 1100 11000 10110 11111 11110 1000101

Color Harmonies of #C8B198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B198

Black with #C8B198

Text Example


Text Example

White with #C8B198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B198; }

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

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

background-color css

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

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

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

border-color css

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

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

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