Html Css Color HEX #C38355 Twine

📋 copy color: '#C38355'

red 195 ◦ green 131 ◦ blue 85

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

Shades of Twine #C38355

Tints of Twine #C38355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 47.45%
G = 31.87%
B = 20.68%

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

#C38355 (or 0xC38355) is known color: Twine. HEX triplet: C3, 83 and 55. RGB value is (195,131,85). Sum of RGB (Red+Green+Blue) = 195+131+85=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C38355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38355 is #3C7CAA. Grayscale: #919191. Windows color (decimal): -3964075 or 5604291. OLE color: 5604291.

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

Color convert

RGB 195 131 85 -
CMYK 0 0.33 0.56 0.24
HSL 25.09º 0.48% 0.55% -
HSV(B) 25.09º 0.56% 0.76% -
XYZ 32.26 28.49 12.39 -
YUV 144.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 195 131 85 0 0.33 0.56 0.24 25.09 0.48 0.55
Hex C3 83 55 0 21 38 18 19 30 37
Octal 303 203 125 0 41 70 30 31 60 67
Binary 11000011 10000011 1010101 0 100001 111000 11000 11001 110000 110111

Color Harmonies of #C38355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38355

Black with #C38355

Text Example


Text Example

White with #C38355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38355; }

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

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

background-color css

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

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

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

border-color css

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

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

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