Html Css Color HEX #C8B592 Sour Dough

📋 copy color: '#C8B592'

red 200 ◦ green 181 ◦ blue 146

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

Shades of Sour Dough #C8B592

Tints of Sour Dough #C8B592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 37.95%
G = 34.35%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C8B592 (or 0xC8B592) is known color: Sour Dough. HEX triplet: C8, B5 and 92. RGB value is (200,181,146). Sum of RGB (Red+Green+Blue) = 200+181+146=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B592 is #374A6D. Grayscale: #B6B6B6. Windows color (decimal): -3623534 or 9614792. OLE color: 9614792.

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

Color convert

RGB 200 181 146 -
CMYK 0 0.09 0.27 0.22
HSL 38.89º 0.33% 0.68% -
HSV(B) 38.89º 0.27% 0.78% -
XYZ 45.53 47.4 33.94 -
YUV 182.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 200 181 146 0 0.09 0.27 0.22 38.89 0.33 0.68
Hex C8 B5 92 0 9 1B 16 27 21 44
Octal 310 265 222 0 11 33 26 47 41 104
Binary 11001000 10110101 10010010 0 1001 11011 10110 100111 100001 1000100

Color Harmonies of #C8B592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B592

Black with #C8B592

Text Example


Text Example

White with #C8B592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B592; }

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

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

background-color css

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

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

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

border-color css

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

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

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