Html Css Color HEX #C09060 Twine

📋 copy color: '#C09060'

red 192 ◦ green 144 ◦ blue 96

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

Shades of Twine #C09060

Tints of Twine #C09060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.33%

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

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C09060 (or 0xC09060) is known color: Twine. HEX triplet: C0, 90 and 60. RGB value is (192,144,96). Sum of RGB (Red+Green+Blue) = 192+144+96=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09060 is #3F6F9F. Grayscale: #999999. Windows color (decimal): -4157344 or 6328512. OLE color: 6328512.

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

Color convert

RGB 192 144 96 -
CMYK 0 0.25 0.50 0.25
HSL 30º 0.43% 0.56% -
HSV(B) 30º 0.5% 0.75% -
XYZ 33.82 32 15.46 -
YUV 152.88 95.9 155.9 -
System Red Green Blue C M Y K H S L
Decimal 192 144 96 0 0.25 0.50 0.25 30 0.43 0.56
Hex C0 90 60 0 19 32 19 1E 2B 38
Octal 300 220 140 0 31 62 31 36 53 70
Binary 11000000 10010000 1100000 0 11001 110010 11001 11110 101011 111000

Color Harmonies of #C09060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09060

Black with #C09060

Text Example


Text Example

White with #C09060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09060; }

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

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

background-color css

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

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

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

border-color css

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

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

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