Html Css Color HEX #C38356 Twine

📋 copy color: '#C38356'

red 195 ◦ green 131 ◦ blue 86

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

Shades of Twine #C38356

Tints of Twine #C38356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 47.33%
G = 31.8%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C38356 (or 0xC38356) is known color: Twine. HEX triplet: C3, 83 and 56. RGB value is (195,131,86). Sum of RGB (Red+Green+Blue) = 195+131+86=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38356 is #3C7CA9. Grayscale: #919191. Windows color (decimal): -3964074 or 5669827. OLE color: 5669827.

HSL color Cylindrical-coordinate representation of color #C38356: hue angle of 24.77º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C38356 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 86 -
CMYK 0 0.33 0.56 0.24
HSL 24.77º 0.48% 0.55% -
HSV(B) 24.77º 0.56% 0.76% -
XYZ 32.3 28.51 12.6 -
YUV 145.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 195 131 86 0 0.33 0.56 0.24 24.77 0.48 0.55
Hex C3 83 56 0 21 38 18 19 30 37
Octal 303 203 126 0 41 70 30 31 60 67
Binary 11000011 10000011 1010110 0 100001 111000 11000 11001 110000 110111

Color Harmonies of #C38356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38356

Black with #C38356

Text Example


Text Example

White with #C38356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38356; }

 p { color: rgb(195,131,86); }

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

background-color css

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

 a { background-color: rgb(195,131,86); }

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

border-color css

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

 span { border-color: rgb(195,131,86); }

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