Html Css Color HEX #C8995C Twine

📋 copy color: '#C8995C'

red 200 ◦ green 153 ◦ blue 92

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

Shades of Twine #C8995C

Tints of Twine #C8995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 44.94%
G = 34.38%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8995C (or 0xC8995C) is known color: Twine. HEX triplet: C8, 99 and 5C. RGB value is (200,153,92). Sum of RGB (Red+Green+Blue) = 200+153+92=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8995C is #3766A3. Grayscale: #A0A0A0. Windows color (decimal): -3630756 or 6068680. OLE color: 6068680.

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

Color convert

RGB 200 153 92 -
CMYK 0 0.24 0.54 0.22
HSL 33.89º 0.5% 0.57% -
HSV(B) 33.89º 0.54% 0.78% -
XYZ 37.14 35.83 15.08 -
YUV 160.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 200 153 92 0 0.24 0.54 0.22 33.89 0.5 0.57
Hex C8 99 5C 0 18 36 16 22 32 39
Octal 310 231 134 0 30 66 26 42 62 71
Binary 11001000 10011001 1011100 0 11000 110110 10110 100010 110010 111001

Color Harmonies of #C8995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8995C

Black with #C8995C

Text Example


Text Example

White with #C8995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8995C; }

 p { color: rgb(200,153,92); }

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

background-color css

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

 a { background-color: rgb(200,153,92); }

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

border-color css

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

 span { border-color: rgb(200,153,92); }

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