Html Css Color HEX #C39261 Twine

📋 copy color: '#C39261'

red 195 ◦ green 146 ◦ blue 97

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

Shades of Twine #C39261

Tints of Twine #C39261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 44.52%
G = 33.33%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C39261 (or 0xC39261) is known color: Twine. HEX triplet: C3, 92 and 61. RGB value is (195,146,97). Sum of RGB (Red+Green+Blue) = 195+146+97=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C39261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39261 is #3C6D9E. Grayscale: #9B9B9B. Windows color (decimal): -3960223 or 6394563. OLE color: 6394563.

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

Color convert

RGB 195 146 97 -
CMYK 0 0.25 0.50 0.24
HSL 30º 0.45% 0.57% -
HSV(B) 30º 0.5% 0.76% -
XYZ 34.94 33.02 15.84 -
YUV 155.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 195 146 97 0 0.25 0.50 0.24 30 0.45 0.57
Hex C3 92 61 0 19 32 18 1E 2D 39
Octal 303 222 141 0 31 62 30 36 55 71
Binary 11000011 10010010 1100001 0 11001 110010 11000 11110 101101 111001

Color Harmonies of #C39261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39261

Black with #C39261

Text Example


Text Example

White with #C39261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39261; }

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

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

background-color css

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

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

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

border-color css

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

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

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