Html Css Color HEX #C8B590 Sour Dough

📋 copy color: '#C8B590'

red 200 ◦ green 181 ◦ blue 144

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

Shades of Sour Dough #C8B590

Tints of Sour Dough #C8B590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.43%

R = 38.1%
G = 34.48%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8B590 (or 0xC8B590) is known color: Sour Dough. HEX triplet: C8, B5 and 90. RGB value is (200,181,144). Sum of RGB (Red+Green+Blue) = 200+181+144=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B590 is #374A6F. Grayscale: #B6B6B6. Windows color (decimal): -3623536 or 9483720. OLE color: 9483720.

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

Color convert

RGB 200 181 144 -
CMYK 0 0.09 0.28 0.22
HSL 39.64º 0.34% 0.67% -
HSV(B) 39.64º 0.28% 0.78% -
XYZ 45.38 47.34 33.13 -
YUV 182.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 200 181 144 0 0.09 0.28 0.22 39.64 0.34 0.67
Hex C8 B5 90 0 9 1C 16 28 22 43
Octal 310 265 220 0 11 34 26 50 42 103
Binary 11001000 10110101 10010000 0 1001 11100 10110 101000 100010 1000011

Color Harmonies of #C8B590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B590

Black with #C8B590

Text Example


Text Example

White with #C8B590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B590; }

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

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

background-color css

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

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

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

border-color css

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

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

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