Html Css Color HEX #C38C57 Twine

📋 copy color: '#C38C57'

red 195 ◦ green 140 ◦ blue 87

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

Shades of Twine #C38C57

Tints of Twine #C38C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.62%

R = 46.21%
G = 33.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C38C57 (or 0xC38C57) is known color: Twine. HEX triplet: C3, 8C and 57. RGB value is (195,140,87). Sum of RGB (Red+Green+Blue) = 195+140+87=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C57 is #3C73A8. Grayscale: #969696. Windows color (decimal): -3961769 or 5737667. OLE color: 5737667.

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

Color convert

RGB 195 140 87 -
CMYK 0 0.28 0.55 0.24
HSL 29.44º 0.47% 0.55% -
HSV(B) 29.44º 0.55% 0.76% -
XYZ 33.6 31.05 13.24 -
YUV 150.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 195 140 87 0 0.28 0.55 0.24 29.44 0.47 0.55
Hex C3 8C 57 0 1C 37 18 1D 2F 37
Octal 303 214 127 0 34 67 30 35 57 67
Binary 11000011 10001100 1010111 0 11100 110111 11000 11101 101111 110111

Color Harmonies of #C38C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38C57

Black with #C38C57

Text Example


Text Example

White with #C38C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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