Html Css Color HEX #C0985E Twine

📋 copy color: '#C0985E'

red 192 ◦ green 152 ◦ blue 94

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

Shades of Twine #C0985E

Tints of Twine #C0985E

RGB

 RED value IS 192 (75.39% from 255) = 43.84%

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

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

R = 43.84%
G = 34.7%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0985E (or 0xC0985E) is known color: Twine. HEX triplet: C0, 98 and 5E. RGB value is (192,152,94). Sum of RGB (Red+Green+Blue) = 192+152+94=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0985E is #3F67A1. Grayscale: #9D9D9D. Windows color (decimal): -4155298 or 6199488. OLE color: 6199488.

HSL color Cylindrical-coordinate representation of color #C0985E: hue angle of 35.51º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0985E is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 94 -
CMYK 0 0.21 0.51 0.25
HSL 35.51º 0.44% 0.56% -
HSV(B) 35.51º 0.51% 0.75% -
XYZ 34.99 34.47 15.4 -
YUV 157.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 192 152 94 0 0.21 0.51 0.25 35.51 0.44 0.56
Hex C0 98 5E 0 15 33 19 24 2C 38
Octal 300 230 136 0 25 63 31 44 54 70
Binary 11000000 10011000 1011110 0 10101 110011 11001 100100 101100 111000

Color Harmonies of #C0985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0985E

Black with #C0985E

Text Example


Text Example

White with #C0985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0985E; }

 p { color: rgb(192,152,94); }

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

background-color css

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

 a { background-color: rgb(192,152,94); }

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

border-color css

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

 span { border-color: rgb(192,152,94); }

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