Html Css Color HEX #C8995A Twine

📋 copy color: '#C8995A'

red 200 ◦ green 153 ◦ blue 90

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

Shades of Twine #C8995A

Tints of Twine #C8995A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 45.15%
G = 34.54%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8995A (or 0xC8995A) is known color: Twine. HEX triplet: C8, 99 and 5A. RGB value is (200,153,90). Sum of RGB (Red+Green+Blue) = 200+153+90=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8995A is #3766A5. Grayscale: #A0A0A0. Windows color (decimal): -3630758 or 5937608. OLE color: 5937608.

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

Color convert

RGB 200 153 90 -
CMYK 0 0.24 0.55 0.22
HSL 34.36º 0.5% 0.57% -
HSV(B) 34.36º 0.55% 0.78% -
XYZ 37.06 35.8 14.63 -
YUV 159.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 200 153 90 0 0.24 0.55 0.22 34.36 0.5 0.57
Hex C8 99 5A 0 18 37 16 22 32 39
Octal 310 231 132 0 30 67 26 42 62 71
Binary 11001000 10011001 1011010 0 11000 110111 10110 100010 110010 111001

Color Harmonies of #C8995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8995A

Black with #C8995A

Text Example


Text Example

White with #C8995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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