Html Css Color HEX #C39360 Twine

📋 copy color: '#C39360'

red 195 ◦ green 147 ◦ blue 96

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

Shades of Twine #C39360

Tints of Twine #C39360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.56%

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

R = 44.52%
G = 33.56%
B = 21.92%

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

#C39360 (or 0xC39360) is known color: Twine. HEX triplet: C3, 93 and 60. RGB value is (195,147,96). Sum of RGB (Red+Green+Blue) = 195+147+96=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C39360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39360 is #3C6C9F. Grayscale: #9B9B9B. Windows color (decimal): -3959968 or 6329283. OLE color: 6329283.

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

Color convert

RGB 195 147 96 -
CMYK 0 0.25 0.51 0.24
HSL 30.91º 0.45% 0.57% -
HSV(B) 30.91º 0.51% 0.76% -
XYZ 35.05 33.31 15.65 -
YUV 155.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 195 147 96 0 0.25 0.51 0.24 30.91 0.45 0.57
Hex C3 93 60 0 19 33 18 1F 2D 39
Octal 303 223 140 0 31 63 30 37 55 71
Binary 11000011 10010011 1100000 0 11001 110011 11000 11111 101101 111001

Color Harmonies of #C39360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39360

Black with #C39360

Text Example


Text Example

White with #C39360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39360; }

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

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

background-color css

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

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

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

border-color css

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

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

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