Html Css Color HEX #C8985F Twine

📋 copy color: '#C8985F'

red 200 ◦ green 152 ◦ blue 95

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

Shades of Twine #C8985F

Tints of Twine #C8985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34%

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 44.74%
G = 34%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8985F (or 0xC8985F) is known color: Twine. HEX triplet: C8, 98 and 5F. RGB value is (200,152,95). Sum of RGB (Red+Green+Blue) = 200+152+95=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8985F is #3767A0. Grayscale: #A0A0A0. Windows color (decimal): -3631009 or 6265032. OLE color: 6265032.

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

Color convert

RGB 200 152 95 -
CMYK 0 0.24 0.52 0.22
HSL 32.57º 0.49% 0.58% -
HSV(B) 32.57º 0.53% 0.78% -
XYZ 37.11 35.56 15.73 -
YUV 159.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 200 152 95 0 0.24 0.52 0.22 32.57 0.49 0.58
Hex C8 98 5F 0 18 34 16 21 31 3A
Octal 310 230 137 0 30 64 26 41 61 72
Binary 11001000 10011000 1011111 0 11000 110100 10110 100001 110001 111010

Color Harmonies of #C8985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8985F

Black with #C8985F

Text Example


Text Example

White with #C8985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8985F; }

 p { color: rgb(200,152,95); }

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

background-color css

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

 a { background-color: rgb(200,152,95); }

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

border-color css

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

 span { border-color: rgb(200,152,95); }

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