Html Css Color HEX #C8B291 Sour Dough

📋 copy color: '#C8B291'

red 200 ◦ green 178 ◦ blue 145

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

Shades of Sour Dough #C8B291

Tints of Sour Dough #C8B291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 38.24%
G = 34.03%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8B291 (or 0xC8B291) is known color: Sour Dough. HEX triplet: C8, B2 and 91. RGB value is (200,178,145). Sum of RGB (Red+Green+Blue) = 200+178+145=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B291 is #374D6E. Grayscale: #B4B4B4. Windows color (decimal): -3624303 or 9548488. OLE color: 9548488.

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

Color convert

RGB 200 178 145 -
CMYK 0 0.11 0.28 0.22
HSL 36º 0.33% 0.68% -
HSV(B) 36º 0.28% 0.78% -
XYZ 44.85 46.16 33.33 -
YUV 180.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 200 178 145 0 0.11 0.28 0.22 36 0.33 0.68
Hex C8 B2 91 0 B 1C 16 24 21 44
Octal 310 262 221 0 13 34 26 44 41 104
Binary 11001000 10110010 10010001 0 1011 11100 10110 100100 100001 1000100

Color Harmonies of #C8B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B291

Black with #C8B291

Text Example


Text Example

White with #C8B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B291; }

 p { color: rgb(200,178,145); }

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

background-color css

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

 a { background-color: rgb(200,178,145); }

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

border-color css

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

 span { border-color: rgb(200,178,145); }

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