Html Css Color HEX #C38C61 Twine

📋 copy color: '#C38C61'

red 195 ◦ green 140 ◦ blue 97

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

Shades of Twine #C38C61

Tints of Twine #C38C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 45.14%
G = 32.41%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38C61 (or 0xC38C61) is known color: Twine. HEX triplet: C3, 8C and 61. RGB value is (195,140,97). Sum of RGB (Red+Green+Blue) = 195+140+97=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C61 is #3C739E. Grayscale: #979797. Windows color (decimal): -3961759 or 6393027. OLE color: 6393027.

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

Color convert

RGB 195 140 97 -
CMYK 0 0.28 0.50 0.24
HSL 26.33º 0.45% 0.57% -
HSV(B) 26.33º 0.5% 0.76% -
XYZ 34.04 31.22 15.54 -
YUV 151.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 195 140 97 0 0.28 0.50 0.24 26.33 0.45 0.57
Hex C3 8C 61 0 1C 32 18 1A 2D 39
Octal 303 214 141 0 34 62 30 32 55 71
Binary 11000011 10001100 1100001 0 11100 110010 11000 11010 101101 111001

Color Harmonies of #C38C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C61

Black with #C38C61

Text Example


Text Example

White with #C38C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C61; }

 p { color: rgb(195,140,97); }

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

background-color css

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

 a { background-color: rgb(195,140,97); }

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

border-color css

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

 span { border-color: rgb(195,140,97); }

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