Html Css Color HEX #C8915E Twine

📋 copy color: '#C8915E'

red 200 ◦ green 145 ◦ blue 94

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

Shades of Twine #C8915E

Tints of Twine #C8915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 45.56%
G = 33.03%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8915E (or 0xC8915E) is known color: Twine. HEX triplet: C8, 91 and 5E. RGB value is (200,145,94). Sum of RGB (Red+Green+Blue) = 200+145+94=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8915E is #376EA1. Grayscale: #9B9B9B. Windows color (decimal): -3632802 or 6197704. OLE color: 6197704.

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

Color convert

RGB 200 145 94 -
CMYK 0 0.28 0.53 0.22
HSL 28.87º 0.49% 0.58% -
HSV(B) 28.87º 0.53% 0.78% -
XYZ 35.97 33.34 15.13 -
YUV 155.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 200 145 94 0 0.28 0.53 0.22 28.87 0.49 0.58
Hex C8 91 5E 0 1C 35 16 1D 31 3A
Octal 310 221 136 0 34 65 26 35 61 72
Binary 11001000 10010001 1011110 0 11100 110101 10110 11101 110001 111010

Color Harmonies of #C8915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8915E

Black with #C8915E

Text Example


Text Example

White with #C8915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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