Html Css Color HEX #C09460 Twine

📋 copy color: '#C09460'

red 192 ◦ green 148 ◦ blue 96

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

Shades of Twine #C09460

Tints of Twine #C09460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 44.04%
G = 33.94%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C09460 (or 0xC09460) is known color: Twine. HEX triplet: C0, 94 and 60. RGB value is (192,148,96). Sum of RGB (Red+Green+Blue) = 192+148+96=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C09460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09460 is #3F6B9F. Grayscale: #9B9B9B. Windows color (decimal): -4156320 or 6329536. OLE color: 6329536.

HSL color Cylindrical-coordinate representation of color #C09460: hue angle of 32.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C09460 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 96 -
CMYK 0 0.23 0.50 0.25
HSL 32.5º 0.43% 0.56% -
HSV(B) 32.5º 0.5% 0.75% -
XYZ 34.44 33.23 15.67 -
YUV 155.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 192 148 96 0 0.23 0.50 0.25 32.5 0.43 0.56
Hex C0 94 60 0 17 32 19 20 2B 38
Octal 300 224 140 0 27 62 31 40 53 70
Binary 11000000 10010100 1100000 0 10111 110010 11001 100000 101011 111000

Color Harmonies of #C09460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09460

Black with #C09460

Text Example


Text Example

White with #C09460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09460; }

 p { color: rgb(192,148,96); }

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

background-color css

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

 a { background-color: rgb(192,148,96); }

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

border-color css

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

 span { border-color: rgb(192,148,96); }

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