Html Css Color HEX #C8B3A3 Grain Brown

📋 copy color: '#C8B3A3'

red 200 ◦ green 179 ◦ blue 163

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

Shades of Grain Brown #C8B3A3

Tints of Grain Brown #C8B3A3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.03%

 BLUE value IS 163 (64.06% from 255) = 30.07%

R = 36.9%
G = 33.03%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8B3A3 (or 0xC8B3A3) is known color: Grain Brown. HEX triplet: C8, B3 and A3. RGB value is (200,179,163). Sum of RGB (Red+Green+Blue) = 200+179+163=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B3A3 is #374C5C. Grayscale: #B7B7B7. Windows color (decimal): -3624029 or 10728392. OLE color: 10728392.

HSL color Cylindrical-coordinate representation of color #C8B3A3: hue angle of 25.95º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8B3A3 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 163 -
CMYK 0 0.10 0.18 0.22
HSL 25.95º 0.25% 0.71% -
HSV(B) 25.95º 0.19% 0.78% -
XYZ 46.55 47.16 41.3 -
YUV 183.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 200 179 163 0 0.10 0.18 0.22 25.95 0.25 0.71
Hex C8 B3 A3 0 A 12 16 1A 19 47
Octal 310 263 243 0 12 22 26 32 31 107
Binary 11001000 10110011 10100011 0 1010 10010 10110 11010 11001 1000111

Color Harmonies of #C8B3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B3A3

Black with #C8B3A3

Text Example


Text Example

White with #C8B3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B3A3; }

 p { color: rgb(200,179,163); }

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

background-color css

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

 a { background-color: rgb(200,179,163); }

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

border-color css

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

 span { border-color: rgb(200,179,163); }

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