Html Css Color HEX #C3965E Twine

📋 copy color: '#C3965E'

red 195 ◦ green 150 ◦ blue 94

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

Shades of Twine #C3965E

Tints of Twine #C3965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 44.42%
G = 34.17%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3965E (or 0xC3965E) is known color: Twine. HEX triplet: C3, 96 and 5E. RGB value is (195,150,94). Sum of RGB (Red+Green+Blue) = 195+150+94=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3965E is #3C69A1. Grayscale: #9D9D9D. Windows color (decimal): -3959202 or 6198979. OLE color: 6198979.

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

Color convert

RGB 195 150 94 -
CMYK 0 0.23 0.52 0.24
HSL 33.27º 0.46% 0.57% -
HSV(B) 33.27º 0.52% 0.76% -
XYZ 35.43 34.22 15.33 -
YUV 157.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 195 150 94 0 0.23 0.52 0.24 33.27 0.46 0.57
Hex C3 96 5E 0 17 34 18 21 2E 39
Octal 303 226 136 0 27 64 30 41 56 71
Binary 11000011 10010110 1011110 0 10111 110100 11000 100001 101110 111001

Color Harmonies of #C3965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3965E

Black with #C3965E

Text Example


Text Example

White with #C3965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3965E; }

 p { color: rgb(195,150,94); }

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

background-color css

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

 a { background-color: rgb(195,150,94); }

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

border-color css

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

 span { border-color: rgb(195,150,94); }

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