Html Css Color HEX #C38556 Twine

📋 copy color: '#C38556'

red 195 ◦ green 133 ◦ blue 86

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

Shades of Twine #C38556

Tints of Twine #C38556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 47.1%
G = 32.13%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C38556 (or 0xC38556) is known color: Twine. HEX triplet: C3, 85 and 56. RGB value is (195,133,86). Sum of RGB (Red+Green+Blue) = 195+133+86=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C38556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38556 is #3C7AA9. Grayscale: #929292. Windows color (decimal): -3963562 or 5670339. OLE color: 5670339.

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

Color convert

RGB 195 133 86 -
CMYK 0 0.32 0.56 0.24
HSL 25.87º 0.48% 0.55% -
HSV(B) 25.87º 0.56% 0.76% -
XYZ 32.57 29.05 12.69 -
YUV 146.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 195 133 86 0 0.32 0.56 0.24 25.87 0.48 0.55
Hex C3 85 56 0 20 38 18 1A 30 37
Octal 303 205 126 0 40 70 30 32 60 67
Binary 11000011 10000101 1010110 0 100000 111000 11000 11010 110000 110111

Color Harmonies of #C38556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38556

Black with #C38556

Text Example


Text Example

White with #C38556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38556; }

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

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

background-color css

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

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

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

border-color css

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

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

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