Html Css Color HEX #C3864E Twine

📋 copy color: '#C3864E'

red 195 ◦ green 134 ◦ blue 78

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

Shades of Twine #C3864E

Tints of Twine #C3864E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 78 (30.86% from 255) = 19.16%

R = 47.91%
G = 32.92%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3864E (or 0xC3864E) is known color: Twine. HEX triplet: C3, 86 and 4E. RGB value is (195,134,78). Sum of RGB (Red+Green+Blue) = 195+134+78=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3864E is #3C79B1. Grayscale: #929292. Windows color (decimal): -3963314 or 5146307. OLE color: 5146307.

HSL color Cylindrical-coordinate representation of color #C3864E: hue angle of 28.72º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3864E is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 78 -
CMYK 0 0.31 0.6 0.24
HSL 28.72º 0.49% 0.54% -
HSV(B) 28.72º 0.6% 0.76% -
XYZ 32.41 29.2 11.14 -
YUV 145.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 195 134 78 0 0.31 0.6 0.24 28.72 0.49 0.54
Hex C3 86 4E 0 1F 3C 18 1D 31 36
Octal 303 206 116 0 37 74 30 35 61 66
Binary 11000011 10000110 1001110 0 11111 111100 11000 11101 110001 110110

Color Harmonies of #C3864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3864E

Black with #C3864E

Text Example


Text Example

White with #C3864E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3864E; }

 p { color: rgb(195,134,78); }

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

background-color css

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

 a { background-color: rgb(195,134,78); }

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

border-color css

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

 span { border-color: rgb(195,134,78); }

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