Html Css Color HEX #C09260 Twine

📋 copy color: '#C09260'

red 192 ◦ green 146 ◦ blue 96

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

Shades of Twine #C09260

Tints of Twine #C09260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 44.24%
G = 33.64%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C09260 (or 0xC09260) is known color: Twine. HEX triplet: C0, 92 and 60. RGB value is (192,146,96). Sum of RGB (Red+Green+Blue) = 192+146+96=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C09260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09260 is #3F6D9F. Grayscale: #9A9A9A. Windows color (decimal): -4156832 or 6329024. OLE color: 6329024.

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

Color convert

RGB 192 146 96 -
CMYK 0 0.24 0.50 0.25
HSL 31.25º 0.43% 0.56% -
HSV(B) 31.25º 0.5% 0.75% -
XYZ 34.13 32.61 15.56 -
YUV 154.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 192 146 96 0 0.24 0.50 0.25 31.25 0.43 0.56
Hex C0 92 60 0 18 32 19 1F 2B 38
Octal 300 222 140 0 30 62 31 37 53 70
Binary 11000000 10010010 1100000 0 11000 110010 11001 11111 101011 111000

Color Harmonies of #C09260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09260

Black with #C09260

Text Example


Text Example

White with #C09260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09260; }

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

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

background-color css

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

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

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

border-color css

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

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

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