Html Css Color HEX #C8915D Twine

📋 copy color: '#C8915D'

red 200 ◦ green 145 ◦ blue 93

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

Shades of Twine #C8915D

Tints of Twine #C8915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 45.66%
G = 33.11%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8915D (or 0xC8915D) is known color: Twine. HEX triplet: C8, 91 and 5D. RGB value is (200,145,93). Sum of RGB (Red+Green+Blue) = 200+145+93=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8915D is #376EA2. Grayscale: #9B9B9B. Windows color (decimal): -3632803 or 6132168. OLE color: 6132168.

HSL color Cylindrical-coordinate representation of color #C8915D: hue angle of 29.16º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8915D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 93 -
CMYK 0 0.28 0.54 0.22
HSL 29.16º 0.49% 0.57% -
HSV(B) 29.16º 0.54% 0.78% -
XYZ 35.92 33.32 14.89 -
YUV 155.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 200 145 93 0 0.28 0.54 0.22 29.16 0.49 0.57
Hex C8 91 5D 0 1C 36 16 1D 31 39
Octal 310 221 135 0 34 66 26 35 61 71
Binary 11001000 10010001 1011101 0 11100 110110 10110 11101 110001 111001

Color Harmonies of #C8915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8915D

Black with #C8915D

Text Example


Text Example

White with #C8915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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