Html Css Color HEX #C39260 Twine

📋 copy color: '#C39260'

red 195 ◦ green 146 ◦ blue 96

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

Shades of Twine #C39260

Tints of Twine #C39260

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

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

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

R = 44.62%
G = 33.41%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C39260 (or 0xC39260) is known color: Twine. HEX triplet: C3, 92 and 60. RGB value is (195,146,96). Sum of RGB (Red+Green+Blue) = 195+146+96=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C39260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39260 is #3C6D9F. Grayscale: #9B9B9B. Windows color (decimal): -3960224 or 6329027. OLE color: 6329027.

HSL color Cylindrical-coordinate representation of color #C39260: hue angle of 30.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C39260 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 96 -
CMYK 0 0.25 0.51 0.24
HSL 30.3º 0.45% 0.57% -
HSV(B) 30.3º 0.51% 0.76% -
XYZ 34.9 33 15.6 -
YUV 154.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 195 146 96 0 0.25 0.51 0.24 30.3 0.45 0.57
Hex C3 92 60 0 19 33 18 1E 2D 39
Octal 303 222 140 0 31 63 30 36 55 71
Binary 11000011 10010010 1100000 0 11001 110011 11000 11110 101101 111001

Color Harmonies of #C39260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39260

Black with #C39260

Text Example


Text Example

White with #C39260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39260; }

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

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

background-color css

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

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

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

border-color css

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

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

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