Html Css Color HEX #C38A56 Twine

📋 copy color: '#C38A56'

red 195 ◦ green 138 ◦ blue 86

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

Shades of Twine #C38A56

Tints of Twine #C38A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

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

R = 46.54%
G = 32.94%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C38A56 (or 0xC38A56) is known color: Twine. HEX triplet: C3, 8A and 56. RGB value is (195,138,86). Sum of RGB (Red+Green+Blue) = 195+138+86=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A56 is #3C75A9. Grayscale: #959595. Windows color (decimal): -3962282 or 5671619. OLE color: 5671619.

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

Color convert

RGB 195 138 86 -
CMYK 0 0.29 0.56 0.24
HSL 28.62º 0.48% 0.55% -
HSV(B) 28.62º 0.56% 0.76% -
XYZ 33.27 30.45 12.93 -
YUV 149.12 92.38 160.73 -
System Red Green Blue C M Y K H S L
Decimal 195 138 86 0 0.29 0.56 0.24 28.62 0.48 0.55
Hex C3 8A 56 0 1D 38 18 1D 30 37
Octal 303 212 126 0 35 70 30 35 60 67
Binary 11000011 10001010 1010110 0 11101 111000 11000 11101 110000 110111

Color Harmonies of #C38A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A56

Black with #C38A56

Text Example


Text Example

White with #C38A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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