Html Css Color HEX #C38F61 Twine

📋 copy color: '#C38F61'

red 195 ◦ green 143 ◦ blue 97

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

Shades of Twine #C38F61

Tints of Twine #C38F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

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

R = 44.83%
G = 32.87%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38F61 (or 0xC38F61) is known color: Twine. HEX triplet: C3, 8F and 61. RGB value is (195,143,97). Sum of RGB (Red+Green+Blue) = 195+143+97=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F61 is #3C709E. Grayscale: #999999. Windows color (decimal): -3960991 or 6393795. OLE color: 6393795.

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

Color convert

RGB 195 143 97 -
CMYK 0 0.27 0.50 0.24
HSL 28.16º 0.45% 0.57% -
HSV(B) 28.16º 0.5% 0.76% -
XYZ 34.49 32.11 15.69 -
YUV 153.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 195 143 97 0 0.27 0.50 0.24 28.16 0.45 0.57
Hex C3 8F 61 0 1B 32 18 1C 2D 39
Octal 303 217 141 0 33 62 30 34 55 71
Binary 11000011 10001111 1100001 0 11011 110010 11000 11100 101101 111001

Color Harmonies of #C38F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F61

Black with #C38F61

Text Example


Text Example

White with #C38F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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