Html Css Color HEX #C38E60 Twine

📋 copy color: '#C38E60'

red 195 ◦ green 142 ◦ blue 96

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

Shades of Twine #C38E60

Tints of Twine #C38E60

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.79%

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 45.03%
G = 32.79%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38E60 (or 0xC38E60) is known color: Twine. HEX triplet: C3, 8E and 60. RGB value is (195,142,96). Sum of RGB (Red+Green+Blue) = 195+142+96=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E60 is #3C719F. Grayscale: #989898. Windows color (decimal): -3961248 or 6328003. OLE color: 6328003.

HSL color Cylindrical-coordinate representation of color #C38E60: hue angle of 27.88º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C38E60 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 96 -
CMYK 0 0.27 0.51 0.24
HSL 27.88º 0.45% 0.57% -
HSV(B) 27.88º 0.51% 0.76% -
XYZ 34.29 31.79 15.4 -
YUV 152.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 195 142 96 0 0.27 0.51 0.24 27.88 0.45 0.57
Hex C3 8E 60 0 1B 33 18 1C 2D 39
Octal 303 216 140 0 33 63 30 34 55 71
Binary 11000011 10001110 1100000 0 11011 110011 11000 11100 101101 111001

Color Harmonies of #C38E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E60

Black with #C38E60

Text Example


Text Example

White with #C38E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E60; }

 p { color: rgb(195,142,96); }

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

background-color css

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

 a { background-color: rgb(195,142,96); }

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

border-color css

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

 span { border-color: rgb(195,142,96); }

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