Html Css Color HEX #C8B89B Sour Dough

📋 copy color: '#C8B89B'

red 200 ◦ green 184 ◦ blue 155

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

Shades of Sour Dough #C8B89B

Tints of Sour Dough #C8B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.14%

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 37.11%
G = 34.14%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8B89B (or 0xC8B89B) is known color: Sour Dough. HEX triplet: C8, B8 and 9B. RGB value is (200,184,155). Sum of RGB (Red+Green+Blue) = 200+184+155=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B89B is #374764. Grayscale: #B9B9B9. Windows color (decimal): -3622757 or 10205384. OLE color: 10205384.

HSL color Cylindrical-coordinate representation of color #C8B89B: hue angle of 38.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8B89B is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 184 155 -
CMYK 0 0.08 0.22 0.22
HSL 38.67º 0.29% 0.7% -
HSV(B) 38.67º 0.23% 0.78% -
XYZ 46.88 48.93 37.98 -
YUV 185.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 200 184 155 0 0.08 0.22 0.22 38.67 0.29 0.7
Hex C8 B8 9B 0 8 16 16 27 1D 46
Octal 310 270 233 0 10 26 26 47 35 106
Binary 11001000 10111000 10011011 0 1000 10110 10110 100111 11101 1000110

Color Harmonies of #C8B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B89B

Black with #C8B89B

Text Example


Text Example

White with #C8B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B89B; }

 p { color: rgb(200,184,155); }

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

background-color css

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

 a { background-color: rgb(200,184,155); }

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

border-color css

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

 span { border-color: rgb(200,184,155); }

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