Html Css Color HEX #C09560 Twine

📋 copy color: '#C09560'

red 192 ◦ green 149 ◦ blue 96

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

Shades of Twine #C09560

Tints of Twine #C09560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 43.94%
G = 34.1%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C09560 (or 0xC09560) is known color: Twine. HEX triplet: C0, 95 and 60. RGB value is (192,149,96). Sum of RGB (Red+Green+Blue) = 192+149+96=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C09560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09560 is #3F6A9F. Grayscale: #9C9C9C. Windows color (decimal): -4156064 or 6329792. OLE color: 6329792.

HSL color Cylindrical-coordinate representation of color #C09560: hue angle of 33.12º 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 #C09560 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 96 -
CMYK 0 0.22 0.50 0.25
HSL 33.13º 0.43% 0.56% -
HSV(B) 33.13º 0.5% 0.75% -
XYZ 34.6 33.55 15.72 -
YUV 155.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 192 149 96 0 0.22 0.50 0.25 33.13 0.43 0.56
Hex C0 95 60 0 16 32 19 21 2B 38
Octal 300 225 140 0 26 62 31 41 53 70
Binary 11000000 10010101 1100000 0 10110 110010 11001 100001 101011 111000

Color Harmonies of #C09560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09560

Black with #C09560

Text Example


Text Example

White with #C09560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09560; }

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

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

background-color css

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

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

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

border-color css

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

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

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