Html Css Color HEX #C38F60 Twine

📋 copy color: '#C38F60'

red 195 ◦ green 143 ◦ blue 96

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

Shades of Twine #C38F60

Tints of Twine #C38F60

RGB

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

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

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

R = 44.93%
G = 32.95%
B = 22.12%

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

#C38F60 (or 0xC38F60) is known color: Twine. HEX triplet: C3, 8F and 60. RGB value is (195,143,96). Sum of RGB (Red+Green+Blue) = 195+143+96=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F60 is #3C709F. Grayscale: #999999. Windows color (decimal): -3960992 or 6328259. OLE color: 6328259.

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

Color convert

RGB 195 143 96 -
CMYK 0 0.27 0.51 0.24
HSL 28.48º 0.45% 0.57% -
HSV(B) 28.48º 0.51% 0.76% -
XYZ 34.44 32.09 15.45 -
YUV 153.19 95.73 157.82 -
System Red Green Blue C M Y K H S L
Decimal 195 143 96 0 0.27 0.51 0.24 28.48 0.45 0.57
Hex C3 8F 60 0 1B 33 18 1C 2D 39
Octal 303 217 140 0 33 63 30 34 55 71
Binary 11000011 10001111 1100000 0 11011 110011 11000 11100 101101 111001

Color Harmonies of #C38F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F60

Black with #C38F60

Text Example


Text Example

White with #C38F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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